3D bar chart in MATLAB
2 views (last 30 days)
Show older comments
Hi,
I would like to build a 3D bar chart in MATLAB. How can I do it?
Best regards,
Hugo
0 Comments
Answers (1)
Karen Yadira Lliguin León
on 19 Oct 2022
with 'bar3' check for more information here >>> ( https://es.mathworks.com/help/matlab/ref/bar3.html )
2 Comments
Karen Yadira Lliguin León
on 20 Oct 2022
something like this?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1162678/image.png)
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
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1162683/image.png)
See Also
Categories
Find more on Bar Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!