Plotting a imagesc matrix with 5 different colors and categories.
Show older comments
Hi all,
I want to compare the two tables attached (their values excluded NaNs) producing a plot that resembles that of imagesc with more colors namely for true positives (1 in both tables), true negatives (0 in both tables), false positives (1 in table rec and 0 in table original), false negatives (0 in table rec and 1 in table original) and NaNs (left black or grey maybe).
How can I do so?
The result should be a matrix with the dimensions of the ones provided with elements colored according to the group they belong to (see the above).
Thank you,
Federico Nutarelli
Accepted Answer
More Answers (0)
Categories
Find more on Calendar 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!