how can I define svd of a transfer function in matlab?

5 ビュー (過去 30 日間)
azam ghamari
azam ghamari 2018 年 12 月 26 日
Hi guys. I have a question:
How for G (transfer function) which is SISo (single input -single output) or MIMO(Multi input Multi output) we can define svd in Matlab?
A=[0.5 0 0.025 0;0 -0.01 0 0.017;0 0 -0.025 0;0 0 0 -0.0178];
B=[0;0.035;0.077;0];
C=[0.5 0 1 0];
D=0;
sys=ss(A,B,C,D);
G=tf(sys)
syms s
G =
0.077 s - 0.03754
----------------------
s^2 - 0.475 s - 0.0125
[U,S,V]=svd(G)

回答 (0 件)

カテゴリ

Help Center および File ExchangeEigenvalues についてさらに検索

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by