Main Content
matlab.addons.toolbox.installToolbox
Install toolbox file
Syntax
Description
installs
the toolbox file (installedToolbox
= matlab.addons.toolbox.installToolbox(toolboxFile
).mltbx
file) specified by toolboxFile
and
returns information about the toolbox.
MATLAB® installs the toolbox 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.
accepts
the license agreement before installing the toolbox if installedToolbox
= matlab.addons.toolbox.installToolbox(toolboxFile
,agreeToLicense
)agreeToLicense
is true
.
Examples
Input Arguments
Output Arguments
Alternatives
You can install toolboxes from the Add-On Explorer UI. For more information, see Get and Manage Add-Ons.
Version History
Introduced in R2016a