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!
