Use symbolic math in MATLAB and the ‘solve’ command to get the transfer function

40 次查看(过去 30 天)
This is a example problem but when I run it it gives an error
>> syms s F
>> H=solve('(2.45*s^2+0.98*s+9.8)*Th+s^2*Z=0',
... '(12*s^2+720*s+1200)*Z+3.5*s^2*Th=F','Z,Th');
>> h=collect(H.Th,s);
>> h=collect(h,F);
>> pretty(h)

回答(1 个)

Sai Sri Pathuri
Sai Sri Pathuri 2020-5-7
You may refer the following documentation to get transfer function of Theta (using Symbolic Math and solve command)

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by