Generate baseline Model Advisor check results file or compare current check results to baseline check results
Use the
[
method to generate a baseline Model Advisor check results file or compare to current check
results to baseline check results. If the Model Advisor is in baseline mode, this method
stores the most recent results of running the checks that you specify by the
success
, message
]=
verifyCheckResult(ma
,baseline
,CheckIDs
)CheckIDs
argument in a MAT-file. For the MAT-file, use the location
that you specify by using the baseline
input argument.
To generate a baseline report, put the Model Advisor in baseline mode. Then invoke this method with the baseline argument set to the location where you want to store the baseline results. To perform a current-to-baseline report comparison, first check that the Model Advisor is not in baseline mode. Then, invoke this method with the path of the baseline report as the value of the baseline input argument.