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)

回答 (1 件)

farheen asdf
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.

カテゴリ

Help Center および File ExchangePartial Differential Equation Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by