Install toolbox file
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.
You can install toolboxes from the Add-On Explorer UI. For more information, see Get and Manage Add-Ons.
matlab.addons.toolbox.installedToolboxes | matlab.addons.toolbox.packageToolbox | matlab.addons.toolbox.toolboxVersion | matlab.addons.toolbox.uninstallToolbox