Contenuto principale

Distribuzione della toolbox

Creare e condividere le toolbox; aggiungere documentazione

È possibile confezionare i file di MATLAB® per creare una toolbox da condividere con altre persone. Questi file possono comprendere codice, dati, applicazioni, esempi e documentazione di MATLAB. Quando si crea una toolbox, MATLAB genera un singolo file di installazione (.mltbx) che consente all'utente o ad altri di installare la toolbox.

Funzioni

espandi tutto

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 (Da R2023a)
matlab.codetools.requiredFilesAndProductsList dependencies of MATLAB program files
builddocsearchdbBuild searchable documentation database
patchdemoxmlfilePatch demos.xml file (Da 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

Argomenti