Load or reload factory settings
matlab.settings.reloadFactoryFile(
loads or reloads the factory settings tree into MATLAB®. Use toolboxName
)matlab.settings.reloadFactoryFile
to inspect
the factory settings tree while creating it, without having to restart MATLAB. This function is meant for debugging purposes only and should not be
included in shipping toolbox code.
Note
matlab.settings.reloadFactoryFile
does not
reload the settingsInfo.json
file. You must
restart MATLAB after changing the file.
You must recreate any variables that reference the specified
toolbox after calling
matlab.settings.reloadFactoryFile
. For
example, if you create the variable a =
s.mytoolbox
and then call
matlab.settings.reloadFactoryFile
, you must
recreate a
to access the updated settings for
mytoolbox
.
addGroup
| addSetting
| matlab.settings.FactoryGroup.createToolboxGroup
| matlab.settings.loadSettingsCompatibilityResults