Change value at axis ?

5 ビュー (過去 30 日間)
empy
empy 2015 年 4 月 23 日
回答済み: Adam 2015 年 4 月 23 日
Hi,
I have a 81x200 double which i want to plot with surf(). Since my matrix is 80 column wide the values at x axis is from 0 to 81. In practice, i would like the xaxis to say -40 to 40 but with the same surf plot just changing the values shown on x-axis in the plot.
If i use axis ([- 40 40 0 200 ]) i will get no values from -40 to 0...
Can someone please help me!
Regards

採用された回答

Adam
Adam 2015 年 4 月 23 日
surf(X,Y,Z,C)
allows you to specify the x and y range of your data as the first two arguments (there is a version without the C too if you don't have colour data to explicitly define).

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by