How to set value in array as gradient to color patch

3 views (last 30 days)
Hi,
I have a vector containing different values (decreasing values) . I want set the color of my subsequent patch faces depending on the value containing in the vector. In particolar, i.e. the highest value to red and the lowest to blue.
Matlab has a function that automatically sets the color of my patch depending on value contained in my vector? Could you give me an example?

Accepted Answer

Image Analyst
Image Analyst on 15 Jan 2015
I believe that's what pcolor() does. It puts the values along the edges of tiles/patches and colors the patch based on the edges values.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!