How can I synchronize the y axis range and zoom of multiple graphs created with "subplot" ?
4 views (last 30 days)
Show older comments
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 Comment
Kevin Chng
on 4 Dec 2018
Edited: Kevin Chng
on 4 Dec 2018
H = tf([1 0.1 7.5],[1 0.12 9 0 0]);
bode(H)
zoom on
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Classical Control Design in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!