How to solve the intersections between helix and sphere?
Show older comments
Helix:
x=R*cos(wt)+x0,
y=R*sin(wt)+y0;
z=h*t;
Sphere:
(x-xc)^2+(y-yc)^2+(z-zc)^2=r^2
substitute the heilx into sphere:
(R*cos(wt)+x0-xc)^2+(R*sin(wt)+y0-yc)^2+(ht-zc)^2=r^2;
How to solve the "t" quickly and easily? or do you have anyother methods to solve the question? Thank you very much
Accepted Answer
More Answers (1)
KSSV
on 5 Jul 2019
0 votes
Categories
Find more on Surface and Mesh Plots 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!