matlab.addons.isAddonEnabled
Determine if add-on is enabled
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.
Examples
Input Arguments
Version History
Introduced in R2017b