shifting zero on the x-axis

13 Ansichten (letzte 30 Tage)
mosa mm
mosa mm am 27 Jul. 2017
Beantwortet: The Pirate am 27 Jul. 2017
Hello,
How can I shift the zero on the x-axis. My data plot starts from zero, I want to shift zero to 10, then my data starts from -10 on the x-axis. Thanks

Akzeptierte Antwort

The Pirate
The Pirate am 27 Jul. 2017
x = x + 10;
plot(x, y) % y is your data

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by