How to plot a cross section of lines?

4 次查看(过去 30 天)
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 个评论
Monica Roberts
Monica Roberts 2022-5-17
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.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Line Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by