How do I remove apps I do not need?
23 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Al Thibeault
il 30 Mar 2022
Commentato: Al Thibeault
il 31 Mar 2022
When I installed MatLab I selected all apps (big mistake - 32GB download). How do I remove apps I do not need?
0 Commenti
Risposta accettata
Geoff Hayes
il 30 Mar 2022
@Al Thibeault - perhaps with the matlab.apputil.uninstall function. You just need to pass the appId to this function and that should remove all files corresponding to the app and removes the app from the app gallery. The command
matlab.apputil.getInstalledAppInfo
lists all the installed apps with their IDs so you should be able to see which apps are installed, and then uninstall the ones that you are not interested in.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!