Matlab Heatmap display data in cell
조회 수: 1 (최근 30일)
이전 댓글 표시
Can I display a different set of data values on heat map ?
I have created a heatmap with standard deviations(data_sd mxn) of my source data matrix(data mxn) by using heatmap object heatmap(data_sd,1:m,1:n).
The heat map displays color scaling according to standard deviations of each cell value which is what I want. But it display standard deviations, which is not as helpful as displaying raw data. Is there any way to keep this coloring based on Stddev and display my source data values instead of standard deviations as text in each cell ?
Thanks
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Color and Styling에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!