How can I solve this ?

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 comentario

bayram özmen
bayram özmen el 17 de Mzo. de 2018
I forgot the update error photo.

Respuestas (1)

Matt J
Matt J el 17 de Mzo. de 2018

0 votos

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.

La pregunta está cerrada.

Productos

Etiquetas

Preguntada:

el 17 de Mzo. de 2018

Cerrada:

el 20 de Ag. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by