matlab.addons.install
Install add-on
Syntax
Description
installs the add-on specified by newAddon
= matlab.addons.install(fileName
)fileName
. If a version of the
add-on is already installed, MATLAB® overwrites the previous version.
MATLAB installs the add-on in the default add-on installation folder. For more information including how to change the default add-on installation folder, see Get and Manage Add-Ons.
matlab.addons.install
only supports installing
toolboxes.
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
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2018b