Main Content

La traduzione di questa pagina non è aggiornata. Fai clic qui per vedere l'ultima versione in inglese.

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
pcodeCreate content-obscured, executable files
builddocsearchdbBuild searchable documentation database
patchdemoxmlfilePatch demos.xml file (Da R2021a)
validateFunctionSignaturesJSONValidate functionSignatures.json files
matlab.settings.FactoryGroup.createToolboxGroupCreate FactoryGroup root object for toolbox (Da R2019b)
addGroupAdd new factory settings group (Da R2019b)
addSettingAdd new factory setting (Da R2019b)
matlab.settings.mustBeLogicalScalarValidate that setting value is a logical scalar (Da R2019b)
matlab.settings.mustBeNumericScalarValidate that setting value is a numeric scalar (Da R2019b)
matlab.settings.mustBeStringScalarValidate that setting value is a string scalar (Da R2019b)
matlab.settings.mustBeIntegerScalarValidate that setting value is an integer scalar (Da R2019b)
matlab.settings.SettingsFileUpgraderVersion-specific changes in factory settings tree of toolbox (Da R2019b)
moveRecord move or rename of factory setting or group (Da R2019b)
removeRecord removal of factory setting or group (Da R2019b)
matlab.settings.reloadFactoryFileLoad or reload factory settings (Da R2019b)
matlab.settings.loadSettingsCompatibilityResultsResults of upgrading personal settings of toolbox for specific version (Da R2019b)
FactoryGroupGroup of factory settings and factory subgroup objects (Da R2019b)
FactorySettingFactory settings object (Da R2019b)
ReleaseCompatibilityResultsResults of upgrading toolbox with specific version number (Da R2019b)
ReleaseCompatibilityExceptionException that occurs when upgrading toolbox (Da R2019b)
VersionResultsResults of upgrade operations (Da R2019b)
OperationResultStatus of individual operation when upgrading toolbox (Da R2019b)

Argomenti