i want plot between vc and time after solve the function
이전 댓글 표시
m=5;E=0.0104; D=0.021; F=10*sin(100*t); dva=3*sin(100*t);
EOM1 = 2*E*(dvc-dva)+2*D*(dvc-dva)+m*dvc-F;
댓글 수: 4
madhan ravi
2018년 12월 17일
upload the latex form of the equation
Mustafa Alhandhali
2018년 12월 17일
madhan ravi
2018년 12월 17일
It's not clearly visible..
KSSV
2018년 12월 17일
Write dvc as (vc(t+1)-vc(t))...solve for vc(t+1)..put the initial condition...and solve for each t.
답변 (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!
