matlab.addons.disableAddon
Disable installed add-on
Syntax
Description
matlab.addons.disableAddon(
disables the installed add-on with the specified name. If multiple versions of an
add-on are installed, name
) matlab.addons.disableAddon
disables the
currently enabled version. If matlab.addons.disableAddon
is
unable to find the specified add-on, it displays an error.
You can disable and enable most add-ons from the MATLAB® user community. Disabling and enabling MathWorks® products and support packages is not supported.
matlab.addons.disableAddon(
disables the installed add-on with the specified identifier.identifier
)
matlab.addons.disableAddon(___,
also specifies the version of the add-on to disable. Use this syntax with any of the
arguments in previous syntaxes.version
)
Examples
Input Arguments
Version History
Introduced in R2017b