How to use GUI which is outside the working directory ?
3 ビュー (過去 30 日間)
古いコメントを表示
Hi, I have created an GUI. But I could use the GUI in a general library folder and I want the user to call the GUI from the library folder. But it doesnt work, and it always needs the GUI .m & .fig files to be in the current working directory.
Do we have any option for this ?
0 件のコメント
回答 (1 件)
Sachin Ganjare
2012 年 10 月 16 日
Refer link below:
Hope it helps!!!
1 件のコメント
Sachin Ganjare
2012 年 10 月 16 日
Also, if you do not want it the way suggested previousely, update matlab setpath with directory path containing .m & .fig files. That will do.
Hope it helps!!!
参考
カテゴリ
Help Center および File Exchange で File Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!