Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

building simulink

2 visualizaciones (últimos 30 días)
Oyewale Oyelami
Oyewale Oyelami el 11 de Jun. de 2011
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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

Respuestas (2)

Walter Roberson
Walter Roberson el 11 de Jun. de 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".

Kaustubha Govind
Kaustubha Govind el 12 de Jun. de 2011
As stated on this page:
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.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by