3D bar chart in MATLAB
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
I would like to build a 3D bar chart in MATLAB. How can I do it?
Best regards,
Hugo
댓글 수: 0
답변 (1개)
Karen Yadira Lliguin León
2022년 10월 19일
with 'bar3' check for more information here >>> ( https://es.mathworks.com/help/matlab/ref/bar3.html )
댓글 수: 2
Karen Yadira Lliguin León
2022년 10월 20일
something like this?

This is the code, but to put labels on the axis, tou can also once the Figure window shows you can change de labels by: Edit> axes Properties, then a litle window will appear,in the 'ticks' section you canchange the label

참고 항목
카테고리
Help Center 및 File Exchange에서 Line Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!