在matlab中如何将文件夹及文件夹的所有子文件全部添加到路径。 文件夹地址:E:/matlab 文件名:abs 1.绝对路径:addpath(genpath(\'E:/matlab\')) 2.相对路径:addpath(genpath(\'abs\')) 相关文章: