3D bar chart in MATLAB
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
I would like to build a 3D bar chart in MATLAB. How can I do it?
Best regards,
Hugo
0 commentaires
Réponses (1)
Karen Yadira Lliguin León
le 19 Oct 2022
with 'bar3' check for more information here >>> ( https://es.mathworks.com/help/matlab/ref/bar3.html )
2 commentaires
Karen Yadira Lliguin León
le 20 Oct 2022
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

Voir également
Catégories
En savoir plus sur Axis Labels dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!