create as built in functions
1 回表示 (過去 30 日間)
古いコメントを表示
I have bunch of functions related to my applications and all are .m files. I don't want to copy each function in current working folder when I need those. I want to keep them in Matlab such that, I can access to those functions forever. i.e., I want to make my functions as like default functions within Matlab. How to do this?
0 件のコメント
採用された回答
John D'Errico
2011 年 10 月 5 日
These functions will be your new friends:
addpath, savepath, pathtool, rmpath
0 件のコメント
その他の回答 (1 件)
Wayne King
2011 年 10 月 5 日
You can use pathtool, to add the folder where those functions are and save that path for future sessions.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Search Path についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!