필터 지우기
필터 지우기

Model advisor report format with script

조회 수: 2 (최근 30일)
Teju
Teju 2020년 3월 9일
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;

답변 (0개)

카테고리

Help CenterFile Exchange에서 Run Model Advisor Checks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by