Custom HSV contourf Plot
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (2)
Walter Roberson
il 5 Mar 2014
Modificato: Walter Roberson
il 5 Mar 2014
pcolor() and colormap(hsv) ?
0 Commenti
Chris
il 7 Mar 2014
1 Commento
Image Analyst
il 7 Mar 2014
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.
Vedere anche
Categorie
Scopri di più su Contour Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!