matlab.addons.uninstall
R2026b(Not recommended) Uninstall add-on
matlab.addons.uninstall is not recommended. Use mpmuninstall instead. (since R2026b) For information on updating your
code, see Version History.
Syntax
Description
matlab.addons.uninstall(
uninstalls the add-on with the specified name. You can uninstall most add-ons
from the MATLAB® user community. Uninstalling MathWorks® products and support packages is not supported.name)
If multiple versions of an add-on are installed, you must either specify a
version or 'All' to uninstall all
versions.
Uninstalled add-ons are removed from the MATLAB path, but the files and folders associated with the add-on are not removed from disk.
matlab.addons.uninstall(
uninstalls the add-on with the specified identifier.identifier)
matlab.addons.uninstall(___,
also specifies the version of the add-on to uninstall. Use this syntax with any
of the arguments in previous syntaxes.version)
matlab.addons.uninstall(___,'All') uninstalls
all installed versions of the specified add-on, if multiple versions are
installed.