Current App Installation Folder
42 ビュー (過去 30 日間)
古いコメントを表示
I want to be able to get the App Install Folder without checking from the 'Preferences' section.
Is there a matlab function (or any function at all) to get the Apps Install Folder from the matlab command line?
Thanks.
0 件のコメント
採用された回答
Sean de Wolski
2014 年 3 月 24 日
One way:
files = matlab.apputil.getInstalledAppInfo;
[path,~,~] = fileparts(files(1).location)
2 件のコメント
Joaquin REYES
2017 年 10 月 4 日
How can the new and recently App created add the path automatically when it is launched from the App bar?, any idea?
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!