data representation for unique values
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi I have about 6-7 different versions of the same dataset and I'm calculating some statistics on them. Let's say I calculate for a given property in each dataset, the count of occurences of each distinct element. For example for each dataset 1-7 (D1-D7), I take the state property and count their occurences:
Unique values for State
S1 S2 S3 S4 ...
D1
D2
D3
...
I want to show how for each different state, how the count has changed across the 6 datasets. Can someone please suggest what is the best way to visualise this information. Can we do better than a pivot table to show the changes across the datasets?
댓글 수: 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!