How to find intersecting points
Mostrar comentarios más antiguos
If i have a shere X^2 + Y^2 + Z^2 = R^2 and plane X + Y + Z + d = 0;
This plane cuts sphere, so circle is formed..
Then in MATLAB is it possible to find all possible intersecting 3D points of sphere and plane. Which function is used..?
2 comentarios
Walter Roberson
el 31 de Oct. de 2012
"all intersecting 3D points" could be an infinite number, such as the circle. Are you looking for the points of intersection or for a formula that describes the points ?
Lalit Patil
el 31 de Oct. de 2012
Respuestas (1)
Sachin Ganjare
el 31 de Oct. de 2012
0 votos
Refer link below:
Hope it helps!!!
1 comentario
Lalit Patil
el 31 de Oct. de 2012
Categorías
Más información sobre Surface and Mesh Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!