Can we represent subdivisions of a table visually using Matlab?

6 visualizaciones (últimos 30 días)
I was working on tables and there subdivisions. Can I represent them such that we can visualize the sub groups?

Respuesta aceptada

Sarthak
Sarthak el 5 de Jul. de 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!!

Más respuestas (0)

Categorías

Más información sobre Tables en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by