How to plot a cross section of lines?

3 visualizaciones (últimos 30 días)
Sierra
Sierra el 17 de Mayo de 2022
Comentada: Monica Roberts el 17 de Mayo de 2022
i have x(longitude), y(latitude) and z(altitude) data. now i want to plot cross section of lines at some point.
i've plotted left figure and i want to know how to plot like right fiugre from left figure
thanks!
  1 comentario
Monica Roberts
Monica Roberts el 17 de Mayo de 2022
There are a few things you could do:
  1. You could use view() to modify the viewing angle of the graph on the left. If you only plot the points at the particular cross section and find the correct viewing angle, it should show those points.
  2. If you know how the plane is defined, you can mathematically transform your points into whatever x-y coordinate system you need for the image on the right.
If you share some specific code it might be helpful.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by