Current App Installation Folder
조회 수: 49 (최근 30일)
이전 댓글 표시
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
채택된 답변
Sean de Wolski
2014년 3월 24일
One way:
files = matlab.apputil.getInstalledAppInfo;
[path,~,~] = fileparts(files(1).location)
댓글 수: 2
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 Center 및 File 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!