Can we represent subdivisions of a table visually using Matlab?

조회 수: 8 (최근 30일)
Ayushi
Ayushi 2023년 7월 5일
답변: Sarthak 2023년 7월 5일
I was working on tables and there subdivisions. Can I represent them such that we can visualize the sub groups?

채택된 답변

Sarthak
Sarthak 2023년 7월 5일
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개)

카테고리

Help CenterFile Exchange에서 Tables에 대해 자세히 알아보기

태그

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by