Solving differential equation in matlab
조회 수: 2 (최근 30일)
이전 댓글 표시
T - T_const = J dw/dt + Bw; where T depends on w and some other parameters.
I want to numerically solve for w. How to proceed.
Thanks
댓글 수: 0
답변 (1개)
Abraham Boayue
2018년 4월 3일
Try matlab ode45 function or apply Renge Kutta method. You actually do have a simple equation that should be solved by either of the methods above.
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!