View Model Advisor run results for checks
view(CheckResultObj)
view(
opens
a web browser and displays the results of the check specified by CheckResultObj
)CheckResultObj
. CheckResultObj
is a ModelAdvisor.CheckResult
object
returned by ModelAdvisor.run
.
|
|
View the Model Advisor run results for the first check in the slvnvdemo_mdladv_config
configuration
file:
% Identify Model Advisor configuration file. % Create list of models to run. fileName = 'slvnvdemo_mdladv_config.mat'; SysList={'sldemo_auto_climatecontrol/Heater Control',... 'sldemo_auto_climatecontrol/AC Control'}; % Run the Model Advisor. SysResultObjArray = ModelAdvisor.run(SysList,'Configuration',fileName); % View the 'Identify unconnected...' check result. view(SysResultObjArray{1}.CheckResultObjs(1))