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);
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!