is it possible to specify a project library only
2 次查看(过去 30 天)
显示 更早的评论
Hi,
I have been trying to specify a specific folder to contain project files. The code in the files is altered to be specific to the project, but is similar to code Ive used elsewhere.
I would therefore like to specify where matlab looks for the project library - not permanently set a library folder. So just a folder that the code currently running will look in first.
Any ideas if this is possible? Google search and search in this forum have not shown up much.
thanks
0 个评论
采纳的回答
Martijn
2011-1-31
You should be able to use private functions for this. More information about private functions can be found in the MATLAB documentation:
http://www.mathworks.com/help/releases/R2010b/techdoc/matlab_prog/f4-70335.html
0 个评论
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Software Development Tools 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!