How can i plot a colormap (2d)

5 views (last 30 days)
ionas
ionas on 30 May 2014
Answered: Image Analyst on 30 May 2014
I have a matrix where 1st column is x, second y and third z
I'm trying to plot a surface with z coordinate to be the color. can anyone help me?
thank you in advance George

Accepted Answer

Image Analyst
Image Analyst on 30 May 2014
Try griddedInterpolant() to make a solid array of z values at all x and y locations. Then use surf(), colormap(), and colorbar().

More Answers (1)

Sara
Sara on 30 May 2014
You can use
pcolor

Categories

Find more on Colormaps in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!