Labeling and setting of Bar3 chart
조회 수: 6 (최근 30일)
이전 댓글 표시
mag = 4.75:0.5:6.75; dist = 5:10:195; bar3(dist,prob);
</matlabcentral/answers/uploaded_files/46943/matlabq.JPG> as i am plottting magnitude 4.75 to 6.75 but its showing range from 1 to 6.75?? how i can fix it
댓글 수: 0
채택된 답변
Vaibhav Awale
2016년 3월 11일
You can use XLim, YLim and ZLim properties of axes to address this issue. Refer to following documentation for more axes properties:
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!