Main Content

Toolbox Distribution

Create and share toolboxes; add documentation

You can package MATLAB® files to create a toolbox to share with others. These files can include MATLAB code, data, apps, examples, and documentation. When you create a toolbox, MATLAB generates a single installation file (.mltbx) that enables you or others to install your toolbox.

Functions

expand all

matlab.addons.toolbox.packageToolboxPackage toolbox project
matlab.addons.toolbox.toolboxVersionQuery or modify version of toolbox
matlab.addons.toolbox.installToolboxInstall toolbox file
matlab.addons.toolbox.uninstallToolboxUninstall toolbox
matlab.addons.toolbox.installedToolboxesReturn information about installed toolboxes
matlab.addons.toolbox.ToolboxOptionsOptions for packaging toolbox project (Since R2023a)
matlab.codetools.requiredFilesAndProductsList dependencies of MATLAB program files
builddocsearchdbBuild searchable documentation database
patchdemoxmlfilePatch demos.xml file (Since R2021a)
validateFunctionSignaturesJSONValidate functionSignatures.json files
matlab.settings.FactoryGroup.createToolboxGroupCreate FactoryGroup root object for toolbox
addGroupAdd new factory settings group
addSettingAdd new factory setting
matlab.settings.mustBeLogicalScalarValidate that setting value is a logical scalar
matlab.settings.mustBeNumericScalarValidate that setting value is a numeric scalar
matlab.settings.mustBeStringScalarValidate that setting value is a string scalar
matlab.settings.mustBeIntegerScalarValidate that setting value is an integer scalar
matlab.settings.SettingsFileUpgraderVersion-specific changes in factory settings tree of toolbox
moveRecord move or rename of factory setting or group
removeRecord removal of factory setting or group
matlab.settings.reloadFactoryFileLoad or reload factory settings
matlab.settings.loadSettingsCompatibilityResultsResults of upgrading personal settings of toolbox for specific version
FactoryGroupGroup of factory settings and factory subgroup objects
FactorySettingFactory settings object
ReleaseCompatibilityResultsResults of upgrading toolbox with specific version number
ReleaseCompatibilityExceptionException that occurs when upgrading toolbox
VersionResultsResults of upgrade operations
OperationResultStatus of individual operation when upgrading toolbox

Topics