Current App Installation Folder

44 visualizaciones (últimos 30 días)
Oyeniyi
Oyeniyi el 24 de Mzo. de 2014
Comentada: Joaquin REYES el 4 de Oct. de 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.

Respuesta aceptada

Sean de Wolski
Sean de Wolski el 24 de Mzo. de 2014
One way:
files = matlab.apputil.getInstalledAppInfo;
[path,~,~] = fileparts(files(1).location)
  2 comentarios
Oyeniyi
Oyeniyi el 24 de Mzo. de 2014
This works! Thanks
Joaquin REYES
Joaquin REYES el 4 de Oct. de 2017
How can the new and recently App created add the path automatically when it is launched from the App bar?, any idea?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by