I forgot the update error photo.
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
How can I solve this ?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Antworten (1)
Matt J
am 17 Mär. 2018
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 Kommentare
Diese Frage ist geschlossen.
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!