How to plot 3D data on a plane by color
Mostrar comentarios más antiguos
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?
Respuestas (1)
Honglei Chen
el 5 de Mzo. de 2012
You can also try image or imagesc.
doc image
doc imagesc
Categorías
Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!