colormap variable as a function of another variable
2 次查看(过去 30 天)
显示 更早的评论
I need to have a matching vector to define the colours, with one colour for each point, that value going from -6 to +10, but defined as cm(c) where c goes from 1 to 16, with 1 corresponding to -6 and 16 corresponding to 10.
cm is defined as:
cm = flipud(colormap(jet(16)));
1 个评论
Walter Roberson
2015-6-23
-6 to +10 is 17 values, which you want to map to 16 colors. Which two values should both be mapped to the same color?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Colormaps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!