Disable installed add-on
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.
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
)
matlab.addons.enableAddon
| matlab.addons.installedAddons
| matlab.addons.isAddonEnabled