Query or modify version of toolbox
currentVersion = matlab.addons.toolbox.toolboxVersion(
queries toolboxFile
)toolboxFile
for
the current version number. You do not need to install the toolbox
to query the version number.
previousVersion = matlab.addons.toolbox.toolboxVersion(
sets
the toolbox version number to toolboxFile
,newVersion
)newVersion
and
returns the previous version number.
You can query the version number of your toolbox from the Add-On Manager UI. For more information, see Get and Manage Add-Ons.
You can update the version number of your toolbox from the Package a Toolbox UI. For more information, see Create and Share Toolboxes.
matlab.addons.toolbox.installedToolboxes
| matlab.addons.toolbox.installToolbox
| matlab.addons.toolbox.packageToolbox
| matlab.addons.toolbox.uninstallToolbox