Uninstall app from MATLAB Online

1 vue (au cours des 30 derniers jours)
Stuart Smith
Stuart Smith le 7 Fév 2021
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.

Réponse acceptée

Kiran Felix Robert
Kiran Felix Robert le 9 Fév 2021
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)

Plus de réponses (0)

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Produits


Version

R2010b

Community Treasure Hunt

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

Start Hunting!

Translated by