How can I get in code the path of currently running deployed matlab function
2 ビュー (過去 30 日間)
古いコメントを表示
I have a deployed standalone MATLAB GUI, and in the code I need the path where the deployed .exe located. Is there any solution for this?
0 件のコメント
採用された回答
Sebastian Holmqvist
2012 年 8 月 9 日
pwd also returns the current path. This is what I use in my GUIs.
2 件のコメント
Sebastian Holmqvist
2012 年 8 月 10 日
pwd is actually an alias for cd. The difference is that with cd, you can also change the current directory while pwd only calls cd without arguments. See help cd for more info.
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Standalone Applications についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!