distance between 2 no-parallel planes

5 visualizaciones (últimos 30 días)
bayrem daghrour
bayrem daghrour el 22 de Jul. de 2019
Comentada: darova el 24 de Jul. de 2019
I want to calculate the distance between 2 non-paralle.
I know the equation of two palnes
other:
i have a .obj file that contains the 2 plane cloud and i want to calculate the distance between them
  5 comentarios
Matt J
Matt J el 23 de Jul. de 2019
i have a .obj file that contains the 2 plane cloud and i want to calculate the distance between them.
Fine, but what about the solutions that you've been given? Do you plan to address them, and explain why they are or are not what you want?
Catalytic
Catalytic el 23 de Jul. de 2019
@bayrem,
The code you have posted does not address any of the requests for clarification you have been asked for. All it shows is how you generated your data. It does not explain why the Answers below don't fulfill what you want.

Iniciar sesión para comentar.

Respuesta aceptada

darova
darova el 23 de Jul. de 2019
Use this simple drawing to achieve your goal
Untitled.png
  3 comentarios
darova
darova el 23 de Jul. de 2019
What about point-plane distance formula?
darova
darova el 24 de Jul. de 2019
Accept my answer please

Iniciar sesión para comentar.

Más respuestas (1)

Matt J
Matt J el 22 de Jul. de 2019
Editada: Matt J el 22 de Jul. de 2019
If you mean that you want the minimum separation between the planes over some bounded (X,Y) rectangle, then just check the separation distance at the 4 corners of the rectangle. The minimum separation will be attained at one of the corners, EDIT: assuming (as in your plots) that the planes don't intersect within the rectangle. If they do intersect, you can detect that, too, by seeing if there is a sign change in the separation among any of the 4 corners.
  1 comentario
John D'Errico
John D'Errico el 22 de Jul. de 2019
Or maybe the average distance over some restricted domain?

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by