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
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!