shifting zero on the x-axis

14 ビュー (過去 30 日間)
mosa mm
mosa mm 2017 年 7 月 27 日
回答済み: The Pirate 2017 年 7 月 27 日
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

採用された回答

The Pirate
The Pirate 2017 年 7 月 27 日
x = x + 10;
plot(x, y) % y is your data

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by