Info
この質問は閉じられています。 編集または回答するには再度開いてください。
building simulink
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (2 件)
Walter Roberson
2011 年 6 月 11 日
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 件のコメント
Kaustubha Govind
2011 年 6 月 12 日
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 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!