フィルターのクリア

ODE to state space

1 回表示 (過去 30 日間)
M Gokul
M Gokul 2016 年 5 月 23 日
回答済み: Star Strider 2016 年 5 月 23 日
i have a set of 7 odes(7 state variables,5inputs).Is der any way to convert this to state space model or transfer func model in MATLAB?

採用された回答

Star Strider
Star Strider 2016 年 5 月 23 日
If they are symbolic, likely the best you can do is to use the odeToVectorField function, and then matlabFunction. This will produce a ‘companion-form’ matrix that you can use as your ‘A’ matrix (in an A B C D state-space representation).
Unless your ODEs are linear with constant coefficients, you cannot produce a linear matrix representation, and will have to use numerical integration.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeOrdinary Differential Equations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by