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 Ansicht (letzte 30 Tage)
x=xlsread('book1.xlsx');
y=4:0.1:6.9;
z=5:10:195;
bar3(z,x);

Antworten (1)

Stephen23
Stephen23 am 6 Mär. 2016
Bearbeitet: Stephen23 am 6 Mär. 2016

Kategorien

Mehr zu Images finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by