- Change the current folder.
- Move or remove folders on the search path.
- Rename or move files.
- Specify the full path or partial path to the file that you want.
Two functions with the same name - how to directly call one of both
30 ビュー (過去 30 日間)
古いコメントを表示
I use the image processing toolbox and another toolbox that both have the function watershed. Is there a way to explicitly call one of them with both having on the search path?
0 件のコメント
採用された回答
Laura Proctor
2011 年 3 月 14 日
To address a name conflict, try one of the following:
1 件のコメント
Jan
2011 年 3 月 14 日
Specifying the full or partial path of a function is not possible, afaik. But you can create a function handle in addtion: CD to the wanted file once, create the function handle by: myWaterShed = @watershed, and move this afterwards directly or as first input of FEVAL.
その他の回答 (2 件)
Jokin Ezenarro
2021 年 8 月 6 日
I think the easiest way is to change the preferences of the pathways. In Home go to Set Path, choose the path of the function you want to use and is shadowed and take it to the top.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Function Creation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!