Effacer les filtres
Effacer les filtres

Can we represent subdivisions of a table visually using Matlab?

7 vues (au cours des 30 derniers jours)
Ayushi
Ayushi le 5 Juil 2023
I was working on tables and there subdivisions. Can I represent them such that we can visualize the sub groups?

Réponse acceptée

Sarthak
Sarthak le 5 Juil 2023
Hello Ayushi,
You can represent the subgroups of a table using pie charts with divisions. A sunburst chart would be a good way to represent it. MATLAB does not have any direct method to build the sunburst chart, but you can use the patch function to draw it yourself by taking care of the angles and equations.
You can refer to the below documentation for the ‘patch’ function.
Hope this helps!!

Plus de réponses (0)

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Produits


Version

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by