non linear colormap for statistical evaluation
2 次查看(过去 30 天)
显示 更早的评论
Hi everyone,
looking for several hours how to modify the colorbar in a specific way, I hope someone will find a solution.
I have a symmetric matrix (11x11) called Pval, containing p-value which is the result of a statistical test, values ranging from 0.0001 to 1.
I want to display this matrix of p-value with specific color doing an imagesc with the following intervals of color.
black => [0]
green => [0.0001 0.001]
yellow => [0.001 0.01]
orange => [0.01 0.05]
red => [0.05 1]
do you know if a function exist to do such thing ?
thank you
Alexandre
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Orange 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!