using heatmap of a nxm matrix for outlier detection
4 views (last 30 days)
Show older comments
Alvin Stroyny
on 23 Oct 2022
Commented: Image Analyst
on 26 Oct 2022
I have a nxm matrix of positive real values. I would like to make a heatmap with values from 1 to maximum with color white to deep red and from 1 down to zero with color white to say deep blue.
0 Comments
Accepted Answer
Image Analyst
on 23 Oct 2022
I think you mean "colormap" rather than "heatmap". Try this:
>> colormapeditor
2 Comments
Image Analyst
on 26 Oct 2022
Looks like this is the relevant page with instructions:
Follow that procedure to set up your colors with the pattern/gradients you want.
More Answers (0)
See Also
Categories
Find more on Data Distribution Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!