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!