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!