Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
building simulink
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
i need a step by step guide on building a model that used variable step solver. I have erros like ode45 not found using rtw. Thanks
0 Kommentare
Antworten (2)
Walter Roberson
am 11 Jun. 2011
None of the ode solvers are supported by RTW. You would need to create your own solver, which is difficult to get right and is unlikely to operate in "real time".
0 Kommentare
Kaustubha Govind
am 12 Jun. 2011
If you plan to generate code from your model and run the code on a real-time computer system, choose a fixed-step solver to simulate the model because you cannot map the variable-step size to the real-time clock.
0 Kommentare
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!