I want to create a random value from HeatMap in my project, I'v RGB vector of 1x3
, What approach should be appropriate for me for selecting random color, However I created following RGB's colors vector, by what condition I can create a sample of HeatMap using RGB's, I currently need 10 to 15 colors only. What would be the suggestions to create HeatMap scenario in Matlab.
Red = [1 0 0]
Yellow = [1 1 0]
Green = [0 0.5 0]
Cyan = [0 0.5 0.5]
Blue = [0 0 1]