my y values are from 4 to 7 range with interval of 0.1...but when i plot bar3 it shows 1 to 30 range..how can i fix my axis??please see code and output grap in image attched

1 次查看(过去 30 天)
x=xlsread('book1.xlsx');
y=4:0.1:6.9;
z=5:10:195;
bar3(z,x);

回答(1 个)

Stephen23
Stephen23 2016-3-6
编辑:Stephen23 2016-3-6

类别

Help CenterFile Exchange 中查找有关 Images 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by