Hello everyone, How to use ss2tf, if my state space equations consist's of both input and it's derivative
3 ビュー (過去 30 日間)
古いコメントを表示
I got the following state-space matrices with 'u' and 'y' as input and output: x' = A*x + B*U ; y = C*x + D*U ; here U = [u ; u'] , x' is derivative of x, u' is derivative of u where the size of matrices are x'(5x1) ; x(5x1) ; A(5x5) ; B(5x2) ; U(2x1) ; C(1x5) ; D(1x2) ;
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!