Get results of upgrading personal settings of toolbox for specific version
results = matlab.settings.loadSettingsCompatibilityResults(
gets the results of upgrading the personal settings for the specified toolbox and
version and returns them as a release compatibility results object. This function is
meant for debugging purposes only and should not be included in shipping toolbox
code.toolboxName
,version
)
After running
matlab.settings.loadSettingsCompatibilityResults
, delete
the log of results before running the function again. Deleting the log ensures the
correct upgrade results are always loaded. The log is located in the preferences
folder, in the
folder.toolboxname
matlab.settings.reloadFactoryFile
| matlab.settings.SettingsFileUpgrader
| ReleaseCompatibilityResults