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!