Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How can I solve this ?

3 ビュー (過去 30 日間)
bayram özmen
bayram özmen 2018 年 3 月 17 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have a simulink model. and ı want to use guide. When ı push to button, the simulink will simulate. so ı am using sim command. my model name is guigui. and ı am wrtiting sim('guigui') but the system is giving this error.
  1 件のコメント
bayram özmen
bayram özmen 2018 年 3 月 17 日
I forgot the update error photo.

回答 (1 件)

Matt J
Matt J 2018 年 3 月 17 日
You can use
>> dbstop if caught error
to trap the occurrence of the error in the debugger. Then, from the K>> prompt you should be able to investigate more easily why it is failing to load.

この質問は閉じられています。

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by