Uninstall app from MATLAB Online

조회 수: 1 (최근 30일)
Stuart Smith
Stuart Smith 2021년 2월 7일
답변: Kiran Felix Robert 2021년 2월 9일
I installed several apps in MATLAB Online. I discovered a bug in one of them but I've been unable to install it. When I right click on its icon, I get only the option "minimize toolstrip." Is there a way to uninstall apps? I can overwrite an app with a new version, but I really just want to get rid of it completely.

채택된 답변

Kiran Felix Robert
Kiran Felix Robert 2021년 2월 9일
Hi Stuart,
Since you have already installed the app in MATLAB Online, you can use the following commands to uninstall it.
matlab.apputil.getInstalledAppInfo % You can also use this to check after uninstalling
The above command will display all installed apps with their corresponding ID’s
Use the ID to uninstall the app using,
matlab.apputil.uninstall(ID)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2010b

Community Treasure Hunt

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

Start Hunting!

Translated by