building simulink
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
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
Réponses (2)
Walter Roberson
le 11 Juin 2011
0 votes
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".
Kaustubha Govind
le 12 Juin 2011
0 votes
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.
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!