フィルターのクリア

Current App Installation Folder

52 ビュー (過去 30 日間)
Oyeniyi
Oyeniyi 2014 年 3 月 24 日
コメント済み: Joaquin REYES 2017 年 10 月 4 日
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.

採用された回答

Sean de Wolski
Sean de Wolski 2014 年 3 月 24 日
One way:
files = matlab.apputil.getInstalledAppInfo;
[path,~,~] = fileparts(files(1).location)
  2 件のコメント
Oyeniyi
Oyeniyi 2014 年 3 月 24 日
This works! Thanks
Joaquin REYES
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 ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by