Custom HSV contourf Plot
显示 更早的评论
Hi,
I have 3 2D matrices; Hue, Saturation and Value, and I would like to create a figure (based on the values in these matrices) similar to a contourf plot.
Is there a simple solution i.e. colormap() function, or should I be plotting pixels directly?
Thanks
Chris
回答(2 个)
Walter Roberson
2014-3-5
编辑:Walter Roberson
2014-3-5
0 个投票
pcolor() and colormap(hsv) ?
Chris
2014-3-7
1 个评论
Image Analyst
2014-3-7
Post a screenshot of your desired output so we can see what it creates and we can give you code to do the same thing in MATLAB. Attach a .mat file with H, S, and V stored inside it so we have your exact data.
类别
在 帮助中心 和 File Exchange 中查找有关 Contour Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!