I forgot the update error photo.
Info
此问题已关闭。 请重新打开它进行编辑或回答。
How can I solve this ?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
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.
0 个评论
此问题已关闭。
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!