Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

How can I solve this ?

1 visualizzazione (ultimi 30 giorni)
bayram özmen
bayram özmen il 17 Mar 2018
Chiuso: MATLAB Answer Bot il 20 Ago 2021
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 Commento
bayram özmen
bayram özmen il 17 Mar 2018
I forgot the update error photo.

Risposte (1)

Matt J
Matt J il 17 Mar 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.

Questa domanda è chiusa.

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by