Find the intersection of a Sphere and a Plane.

7 views (last 30 days)
Hi all guides!
I have a problem with determining the intersection of a sphere and plane in 3D space.
Suppose that the sphere equation is : (X-a)^2 + (Y-b)^2 + (Z-c)^2 = R^2. the plane equation is : D*X + E*Y + F*Z + K = 0.
Can all you suggest me, how to find the curve by intersection between them, and plot by matLab 3D? Thanks in advance :D

Answers (0)

Community Treasure Hunt

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

Start Hunting!