Directory for File Exchange
显示 更早的评论
Hello, I would to download some file Exchange like this https://it.mathworks.com/matlabcentral/fileexchange/7444-nyquist-plot-with-logarithmic-amplitudes/content/nyqlog.m. In which directory of Matlab Program have I to put the file after the unzip? Thank you.
1 个评论
"In which directory of Matlab Program have I to put the file after the unzip?"
The simplest is to put it in your current directory.
回答(2 个)
Walter Roberson
2016-10-5
2 个投票
If you use the Add-On Explorer ("Get Add-Ons"), it will automatically create a new directory, download, do any necessary set-up, and add it to the path.
dpb
2016-10-5
1 个投票
Stephen answered the basic question; I'll point out that I (and I expect most experienced users) keep a specific "Utilities" directory for such additions to base Matlab functionality and add it to the MATLABPATH with the path command.
This has the benefit of not cluttering working directory with possibly longterm to be kept functions unrelated to the work at hand necessarily and also in not mixing code and data. In short, I suggesting devise a system and implement it...
类别
在 帮助中心 和 File Exchange 中查找有关 Search Path 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!