Save my own function in the pre-defined function list
1 回表示 (過去 30 日間)
古いコメントを表示
Can I create a function, then save it in a list of predefined Matlab functions?
0 件のコメント
回答 (1 件)
Matt J
2013 年 1 月 10 日
編集済み: Matt J
2013 年 1 月 10 日
If you mean that you would like your function universally accessible from any directory, and you want this remembered from session to session, you can use PATHTOOL and similar path manipulation functions to save your function to the MATLAB path.
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!