while writing script for automatic Model advisor check for a model , getting this error

답변 (1개)

Hi Manjunath,
The issue arises because the new argument is not correctly specified as a character vector. The new argument should be a string, but it appears to be used as a variable, which is not recognized. The correct syntax should be:
ma = Simulink.ModelAdvisor.getModelAdvisor('simple_mdl', 'new');

카테고리

도움말 센터File Exchange에서 Check Model Compliance에 대해 자세히 알아보기

질문:

2023년 10월 18일

답변:

2024년 7월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by