Package toolbox project
matlab.addons.toolbox.packageToolbox(projectFile)
matlab.addons.toolbox.packageToolbox(projectFile,outputFile)
matlab.addons.toolbox.packageToolbox(
packages
the toolbox project file (projectFile
).prj
file) into a MATLAB® toolbox
file (.mltbx
file) of the same name. For you to
package a toolbox, the toolbox root folder and the toolbox files must
be in the same location as when you created the toolbox project file.
matlab.addons.toolbox.packageToolbox(
packages
the toolbox and saves the projectFile
,outputFile
).mltbx
file with the
name and location specified by outputFile
.
You can package toolboxes from the Package a Toolbox UI. For more information, see Create and Share Toolboxes.
matlab.addons.toolbox.installToolbox
| matlab.addons.toolbox.installedToolboxes
| matlab.addons.toolbox.toolboxVersion
| matlab.addons.toolbox.uninstallToolbox