Main Content
VersionResults
Results of upgrade operations
Description
A VersionResults
object contains the results of each
operation when upgrading the personal settings of a toolbox.
Creation
Create a ReleaseCompatibilityResults
object for a specific toolbox
version number by using the
matlab.settings.loadSettingsCompatibilityResults
function.
Then, access the Results
property to get the
VersionResults
object.
For example, this code gets the VersionResults
object for version
2
of the toolbox
mytoolbox
.
myCompatibilityResults = matlab.settings.loadSettingsCompatibilityResults('mytoolbox','Version2'); myCompatibilityResults.Results
ans = VersionResults with properties: VersionLabel: "Version2" VersionChanges: [1×2 matlab.settings.OperationResult]
Properties
Examples
Version History
Introduced in R2019b