User`s guide

Archive and View Results
23-9
Archive and View Results
You can archive and view the results of running the Model Advisor programmatically as
described in the following sections:
In this section...
“Archive Results” on page 23-9
“View Results in Command Window” on page 23-9
“View Results in Model Advisor Command-Line Summary Report” on page 23-10
“View Results in Model Advisor GUI” on page 23-11
“View Model Advisor Report” on page 23-12
Archive Results
After you run the Model Advisor programmatically, you can archive the results
for use at another time. The ModelAdvisor.run function returns a cell array of
ModelAdvisor.SystemResult objects, one for each system run. If you save the objects,
you can use them to view the results at a later time without rerunning the Model
Advisor. For details, see “Save and Load Process”.
For an example of archiving results, see “Archive and View Model Advisor Run Results”
on page 23-13.
View Results in Command Window
When you run the Model Advisor programmatically, the system-level results of the run
are displayed in the Command Window. For example, when you run the function that
you created in “Create a Function for Checking Multiple Systems” on page 23-4, the
following results are displayed:
Systems passed: 0 of 1
Systems with warnings: 1 of 1
Systems failed: 0 of 1
Summary Report
The Summary Report link provides access to the Model Advisor Command-Line
Summary report (see “View Results in Model Advisor Command-Line Summary Report”
on page 23-10).