필터 지우기
필터 지우기

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