how to find bode plot and phase,magnitude plot of 171 transfer function using for loop?

1 次查看(过去 30 天)
for k=1:0.5:10; for a=1:0.5:5; num=k; den=[1 a 0]; sys=tf(num,den); end end

采纳的回答

Star Strider
Star Strider 2017-7-11

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with Control System Toolbox 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by