Current App Installation Folder
51 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Oyeniyi
le 24 Mar 2014
Commenté : Joaquin REYES
le 4 Oct 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 commentaires
Réponse acceptée
Sean de Wolski
le 24 Mar 2014
One way:
files = matlab.apputil.getInstalledAppInfo;
[path,~,~] = fileparts(files(1).location)
2 commentaires
Joaquin REYES
le 4 Oct 2017
How can the new and recently App created add the path automatically when it is launched from the App bar?, any idea?
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!