hi.I don't know how to create B...help me pls.
1 回表示 (過去 30 日間)
古いコメントを表示
1 a
A= ----- ; B= -----
s + 2 s+b
1/ create tranfer function A and B
2/ A+B=?
7 件のコメント
Star Strider
2017 年 10 月 7 日
In my Answer to your previous Question, in which I supplied anonymous and inline functions, amongst other approaches, that allow you to pass those parameters as arguments to the tf function, you said that none of them worked, yet those are the only possible options.
回答 (1 件)
M
2017 年 10 月 7 日
Hello,
to create transfer functions in Matlab, you should look at the 'tf' function :
sys = tf(Numerator,Denominator)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!