整齐唇彩

文章
4
资源
0
加入时间
2年10月18天

matlab如何调用不在当前目录下的函数

1. 把该函数所在的目录加到path上去。例:path(path,'c:\newpath\');其中c:\newpath\ 为该函数的目录(请改成实际的目录名)。执行该命令一次以后,就可以直接调用这个函数了。2. 参照zhou feng CTW程序中的 addpath.mglobal footpath;footpath = cd;addpath(genpat