Can we represent subdivisions of a table visually using Matlab?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ayushi
el 5 de Jul. de 2023
Respondida: Sarthak
el 5 de Jul. de 2023
I was working on tables and there subdivisions. Can I represent them such that we can visualize the sub groups?
0 comentarios
Respuesta aceptada
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!!
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Tables en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!