matlab.addons.isAddonEnabled
R2026b(Not recommended) Determine if add-on is enabled
matlab.addons.isAddonEnabled is not
recommended. (since R2026b) For information, see Version History.
Syntax
Description
isenabled = matlab.addons.isAddonEnabled(
returns name)true if the add-on with the specified name is enabled.
Otherwise, it returns false. If
matlab.addons.isAddonEnabled is unable to find the
specified add-on, it displays an error.
If multiple versions of an add-on are installed, you must specify a
version.
isenabled = matlab.addons.isAddonEnabled(
returns identifier)true if the add-on with the specified identifier is
enabled. Otherwise, it returns false. If
matlab.addons.isAddonEnabled is unable to find the
specified add-on, it displays an error.
isenabled = matlab.addons.isAddonEnabled(___,
also specifies the version of the add-on. Use this syntax with any of the arguments
in previous syntaxes.version)