how to shift the plotting graph?
Show older comments

if i increase the x-axis, the graph will be different.
Answers (1)
Fabio Freschi
on 10 Aug 2021
Not sure if it is what you want, but you can change the x-axis limits in this way:
set(gca,'xLim',[5 20])
to show the portion of the plot from x = 5 to x = 20
Categories
Find more on PID Controller Tuning in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!