how can add path of specific file in another file of matlab?
3 ビュー (過去 30 日間)
古いコメントを表示
is it possible to call matlab function from another matlab function.
0 件のコメント
回答 (1 件)
Walter Roberson
2020 年 2 月 14 日
You cannot add the path to a specific function.
You can cd to the directory that the function is in, and @ the function name to get a handle to it that in theory should be valid after you cd back.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Entering Commands についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!