How do I remove apps I do not need?

17 次查看(过去 30 天)
When I installed MatLab I selected all apps (big mistake - 32GB download). How do I remove apps I do not need?

采纳的回答

Geoff Hayes
Geoff Hayes 2022-3-30
@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.
  1 个评论
Al Thibeault
Al Thibeault 2022-3-31
Thanks Geoff. As a complete newbie I used the wrong term - I need to uninstall Add-Ons, not apps. I found the Add-On Manager and am able to uninstall the Add-Ons I don't need. Appreciate the help - pointed me in the right direction.
cheers, Al

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

产品


版本

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by