matlab.settings.loadSettingsCompatibilityResults
Results of upgrading personal settings of toolbox for specific version
Description
results = matlab.settings.loadSettingsCompatibilityResults(
gets the results of upgrading the personal settings for the specified toolbox and
version and returns them as a toolboxName
,version
)ReleaseCompatibilityResults
object. This function is meant for
debugging purposes only and should not be included in shipping toolbox code.
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
Examples
Input Arguments
Version History
Introduced in R2019b