필터 지우기
필터 지우기

How to plot second order ode

조회 수: 3 (최근 30일)
John
John 2016년 5월 11일
편집: John 2016년 5월 11일
syms m c dy k y t y(t) dy(t) y0 dy0
sol=dsolve(m*diff(dy) +c*dy + k*y == 3*sin(2*t),diff(y) == dy,y(0)==y0,dy(0)==dy0);
ezplot(sol.y)

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by