Current App Installation Folder

조회 수: 49 (최근 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 CenterFile Exchange에서 Introduction 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