How can I get rid of error--'Model' Parameter must be a character vector
5 ビュー (過去 30 日間)
古いコメントを表示
Hello all,
I'm trying to run a simulink model using 'sim(model)' command but I get the error ''Model' Parameter must be a character vector'.
I dont know what the problem is. Can anyone help me solve this.
---------------------------------------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------------------------------------------------------

0 件のコメント
回答 (1 件)
Fangjun Jiang
2022 年 10 月 24 日
If your model name is 'codetrial', then it should be sim('codetrial').
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!