Current App Installation Folder
49 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
Sean de Wolski
on 24 Mar 2014
One way:
files = matlab.apputil.getInstalledAppInfo;
[path,~,~] = fileparts(files(1).location)
2 Comments
Joaquin REYES
on 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?
More Answers (0)
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!