Can we represent subdivisions of a table visually using Matlab?
조회 수: 8 (최근 30일)
이전 댓글 표시
채택된 답변
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Tables에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!