Install add-on
accepts the license agreement before installing the add-on if
newAddon
= matlab.addons.install(fileName
,agreeToLicense
)agreeToLicense
is true
.
installs the add-on without overwriting previously installed versions if
newAddon
= matlab.addons.install(fileName
,installOption
)installOption
is 'add'
. Otherwise, if a
version of the add-on is already installed, MATLAB overwrites the previous version.
installs the add-on using the specified license and install options.newAddon
= matlab.addons.install(fileName
,agreeToLicense
,installOption
)