Current App Installation Folder
43 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Oyeniyi
am 24 Mär. 2014
Kommentiert: Joaquin REYES
am 4 Okt. 2017
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 Kommentare
Akzeptierte Antwort
Sean de Wolski
am 24 Mär. 2014
One way:
files = matlab.apputil.getInstalledAppInfo;
[path,~,~] = fileparts(files(1).location)
2 Kommentare
Joaquin REYES
am 4 Okt. 2017
How can the new and recently App created add the path automatically when it is launched from the App bar?, any idea?
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!