Assume you previously installed two apps, setslider
and simplegui
.
Get the IDs of all installed apps, and then use the ID for simplegui
to
uninstall it.
View the IDs of all apps
ID Name
------------------- ----------------
setsliderAPP setslider
simpleguiAPP simplegui
Uninstall the simplegui
app.
Confirm the app was removed, by running matlab.apputil.getInstalledAppInfo
again.
ID Name
------------------- ----------------
setsliderAPP setslider