Main Content
resolve
Compare parameter set differences and output resolved parameter set object
Since R2023b
Description
identifies differences between parameter set 1 and parameter set 2 and generates an output
parameter set 3. You can export the output resolved parameter set to the model or real-time
application from which you imported parameter set 1. By exporting the resolved parameter set
into the model or real-time application, you update the model or real-time application with
the resolved parameter values.paramSetResolve
= resolve(paramSet1
,paramSet2
,compResult
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023b
See Also
compare
| delete
| explorer
| listParamSet
| ParameterSet
| Target