Triangulation using sphere intersects
Im trying to triangulate locations in xyz space.
I have locations for the centre of spheres and what can be thought of as radii, so what is the best way with Matlab to compute intersects to
1) get and plot the circle where 2 spheres intersect or
2) get and plot the 2 points where 3 spheres may intersect.
Many Thanks
Greg
.
Relevant Pages
- Re: Triangulation using sphere intersects
... I have locations for the centre of spheres and what can be thought of as radii, so what is the best way with Matlab to compute intersects to 1) get and plot the circle where 2 spheres intersect or ... get and plot the 2 points where 3 spheres may intersect. ... have you developed any MATLAB code regarding this matter or could you tell me where can i find the code or u have any algorithm. ... (comp.soft-sys.matlab) - Re: beautiful equation
... BD length of second screw boom ... (the plane through the circle where the first two spheres intersect). ... correspond to the points where the three spheres intersect. ... (sci.math) - Re: Triangulation using sphere intersects
... I have locations for the centre of spheres and what can be thought of as radii, so what is the best way with Matlab to compute intersects to ... get and plot the 2 points where 3 spheres may intersect. ... For problem 1) requiring plotting the circle of intersection of two spheres, the two equations of the spheres can be expressed: ... The solution to 1) and 2) could be reduced to closed formulas in terms of the spheres' centers and radii but I don't have time to work that out for you, so I'll leave that to you. ... (comp.soft-sys.matlab) - Re: Bispherical Coordinates
... I want to plot the bispherical coordinates: ... This should normally plot two spheres which ... The spheres result from constant ... values of y as your x varies, ... (comp.soft-sys.matlab) - Re: vectorized version of surf
... Is there a vectorized way to plot the two spheres using only ... ONE 'surf' command? ... there another reason why you want to do only one 'surf' ?? ... (comp.soft-sys.matlab) |
|