How can I synchronize the y axis range and zoom of multiple graphs created with "subplot" ?

조회 수: 4 (최근 30일)
I want to create graphs that y axis range and zoom of maltiple graphs.
In Matlab Control System Toolbox, "Bode" achieve my target.
What kind of code specified graph drawing is inside "Bode" ?
Best Regards.
  댓글 수: 1
Kevin Chng
Kevin Chng 2018년 12월 4일
편집: Kevin Chng 2018년 12월 4일
Therefore, you used bode here to plot graph, then now you want to enable the zoom function?
H = tf([1 0.1 7.5],[1 0.12 9 0 0]);
bode(H)
zoom on

댓글을 달려면 로그인하십시오.

채택된 답변

madhan ravi
madhan ravi 2018년 12월 4일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Classical Control Design에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by