How to plot 3D data on a plane by color

4 views (last 30 days)
Edward Liao
Edward Liao on 5 Mar 2012
I want to project a 3D surface onto XY plane. How to achieve it?
If I plot my data by 'pcolor' the figure looks like a checkerboard, How to improve this?
Are their any manners better than 'pcolor' for plotting 3D data on a plane?

Answers (1)

Honglei Chen
Honglei Chen on 5 Mar 2012
You can also try image or imagesc.
doc image
doc imagesc

Categories

Find more on Geographic Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!