how to know a intersection point at a line with specific slope?

3 次查看(过去 30 天)
i have coordinates data and altitude data(this is aircraft data).
I want to get a data(coordinates) when a line(consisting of cooridnates) intersect the red line
and even if, i didn't plot altitude data here, if you know how to get a data(altitude) together, let me know please
thanks!
  2 个评论
dpb
dpb 2022-5-21
As always would make it possible for somebody to have a chance if you would attach your data as .mat file containing the data with which you make the above plot and the code that did so...then we at least are able to get where you are...otherwise, we have to make up stuff first.
Arun
Arun 2023-10-18
Do you want to find out the intersection point coordinates for two lines in 3-D plane?

请先登录,再进行评论。

回答(1 个)

Constantino Carlos Reyes-Aldasoro
Do you have your line as an equation? You could then tabulate the values of x,y,z to find the points. Then you can find the distance between the points of your line and the points of your aircraft data, when the distance is below a certain value (as it may not be exactly the same place) you can assume that these intersect.

类别

Help CenterFile Exchange 中查找有关 Earth, Ocean, and Atmospheric Sciences 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by