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 Center および File ExchangeRun Model Advisor Checks についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by