Main Content
matlab.addons.toolbox.toolboxVersion
Query or modify version of toolbox
Syntax
Description
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.
Examples
Input Arguments
Alternatives
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.
Version History
Introduced in R2016a