How to plot a cross section of lines?

4 visualizzazioni (ultimi 30 giorni)
Sierra
Sierra il 17 Mag 2022
Commentato: Monica Roberts il 17 Mag 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 Commento
Monica Roberts
Monica Roberts il 17 Mag 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.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Line Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by