Main Content
ReleaseCompatibilityResults
Results of upgrading toolbox with specific version number
Description
A ReleaseCompatibilityResults
object represents the results
of upgrading the personal settings of a toolbox for a specific version
number.
Creation
Create a ReleaseCompatibilityResults
object for a specific toolbox
version number by using the
matlab.settings.loadSettingsCompatibilityResults
function. For
example, this command gets the ReleaseCompatibilityResults
object for
version 2
of the toolbox
mytoolbox
.
myCompatibilityResults = matlab.settings.loadSettingsCompatibilityResults('mytoolbox','Version2')
ans = ReleaseCompatibilityResults with properties: VersionLabel: "Version2" PreValidationExceptions: [0×0 matlab.settings.ReleaseCompatibilityException] Results: [1×1 matlab.settings.VersionResults]
Properties
Examples
Version History
Introduced in R2019b