Custom HSV contourf Plot
2 ビュー (過去 30 日間)
古いコメントを表示
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
0 件のコメント
回答 (2 件)
Walter Roberson
2014 年 3 月 5 日
編集済み: Walter Roberson
2014 年 3 月 5 日
pcolor() and colormap(hsv) ?
0 件のコメント
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.
参考
カテゴリ
Help Center および File Exchange で Contour Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!