how can you see a surface plot from the top?
Mostra commenti meno recenti
I have a 3-dimension surface plot where (x,y) is the position and z or h is the height. The plot is an isometric view but how can I modify so it views the plot from the top? so that it looks like a 2-D surface plot with a color contour which would be the height
Risposte (2)
Walter Roberson
il 10 Ott 2011
view(2)
Note: pcolor() is the same as surf() followed by changing the view to be from the top.
Bruno
il 10 Ott 2011
0 voti
1 Commento
Walter Roberson
il 10 Ott 2011
set() the EdgeColor property to 'none'. See http://www.mathworks.com/help/techdoc/ref/surface_props.html
Categorie
Scopri di più su Surface and Mesh Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!