MATLAB基本操作(七):有关文件路径的几个函数在编程中的作用
1,genpath: (gen=generate,顾名思义就是一个产生路径的函数,这个路径须存在)[cpp] view plaincopygenpath genpath directory p = genpath('directory') >>genpath其结果为 C:\Program Files\MATLAB\R2009a\toolbox;