Solving ODE, simulink vs matlab
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Usually, when a set of dynamic equations (nonlinear or linear) are to be solved, we use 'integrator' block in simulink. On the other hand, in MATLAB using ODE solvers, the "myfun" has to be described as a system of differential equations that are of the form dot(y) = f(t,y). Does this pose a chance for numerical errors while solving the equations in MATLAB?
Thanks!
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Ordinary Differential Equations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!