How can I numerically solve the following state space equations in MATLAB. Any comment will be appreciated.
2 次查看(过去 30 天)
显示 更早的评论
D^q1 x(t) = y(t)
D^q2 y(t) = z(t); % q2 = 1 - q1.
D z(t) = [fsin(wt) - cy - kx - delta x^3]*(1/m)
0 个评论
回答(1 个)
farheen asdf
2015-7-11
Tf2ss is used to convert transfer function into state space equations. You can find the transfer function using the solve command after you have converted your equations into S plane.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Partial Differential Equation Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!