Solving ODE, simulink vs matlab
이전 댓글 표시
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개)
카테고리
도움말 센터 및 File Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!