필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How can I solve this ?

조회 수: 1 (최근 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