Determine if add-on is enabled
isenabled = matlab.addons.isAddonEnabled(
returns identifier
)true
if the add-on with the specified identifier is
enabled. Otherwise, it returns false
.
matlab.addons.disableAddon
| matlab.addons.enableAddon
| matlab.addons.installedAddons