how to shift the plotting graph?

1 Ansicht (letzte 30 Tage)
Unkown
Unkown am 10 Aug. 2021
Beantwortet: Fabio Freschi am 10 Aug. 2021
if i increase the x-axis, the graph will be different.

Antworten (1)

Fabio Freschi
Fabio Freschi am 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

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Produkte


Version

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by