Borrar filtros
Borrar filtros

Project 3D surface onto 2D plot

78 visualizaciones (últimos 30 días)
yoni verhaegen
yoni verhaegen el 26 de En. de 2018
Comentada: Oles Matsyshyn el 27 de Jun. de 2024 a las 1:36
Hi all,
I have a set of X,Y,Z data where X and Y represent coordinates and Z the corresponding elevation. How can I now plot a 2D image with the projection of the 3D surface on it?
In stead of:
I'd like to have something like this:
Thanks!

Respuestas (1)

Hyunjung Lee
Hyunjung Lee el 15 de Mzo. de 2019
To look at the surface directly overhead of a colored surface, add the following lines after plotting,
shading interp % this changes the color shading (i.e. gets rid of the grids lines on the surface)
view(2) % same as view(0, 90)
Hope this helps!

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by