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

3 views (last 30 days)
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 Comments
dpb
dpb on 21 May 2022
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 on 18 Oct 2023
Do you want to find out the intersection point coordinates for two lines in 3-D plane?

Sign in to comment.

Answers (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.

Categories

Find more on Earth, Ocean, and Atmospheric Sciences in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!