Heatmap with specified color ranges?
조회 수: 32 (최근 30일)
이전 댓글 표시
I would like to generate a heat map for my data such that values =<3.00 are white, and values >3.00 up to the max (typically the max values can be from 10.00 to 30.00) are graded from white to red. For example, in Excel, the conditional formatting rule is:
How do I do the eqjuivalent for my matrix of data, using Matlab's heatmapping?
Thanks!
댓글 수: 0
채택된 답변
dpb
2020년 7월 1일
Whether this does precisely what you're looking for or not, I dunno...but might be a starting point.
Nothing like that built in to any of the MATLAB colormap functionality.
댓글 수: 3
추가 답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!