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 Center および File ExchangeClassical Control Design についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by