Borrar filtros
Borrar filtros

Model advisor report format with script

2 visualizaciones (últimos 30 días)
Teju
Teju el 9 de Mzo. de 2020
With following script, Model advisor report not genertaed with the original format.
Would like to generate report with header of warnings and errors list, please suggest.
How to add customized Model advisor rules?
model = bdroot;
load_system(model);
MdlAdvHandle = Simulink.ModelAdvisor.getModelAdvisor(model,'new');
%MdlAdvHandle.setBaselineMode(true);
MdlAdvHandle.deselectCheckAll;
MdlAdvHandle.selectCheckAll;
% Run the selected check
MdlAdvHandle.runCheck;

Respuestas (0)

Categorías

Más información sobre Run Model Advisor Checks en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by