Info
此问题已关闭。 请重新打开它进行编辑或回答。
Run m-files from different paths error with reading .kml files.
1 次查看(过去 30 天)
显示 更早的评论
I have several different maps containing functions, m-files and .kml-files. Now I want to read them all in a specified order, so I use a addpath(folderName) to load all folders. Then I use run(fileName) to run the desired m-files. My problem is that in one of the folders, there are a list of .kml-files which need to be loaded in order to execute the code in one of the m-files. I have added its directory in addpath, but still they can not be used. Why?
1 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!