Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How i solve a non linear equation with 4 unknowns??

2 visualizaciones (últimos 30 días)
Nuno
Nuno el 7 de Mayo de 2015
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Hello everyone!
I'm trying to find the center(x0,y0,z0) and radius (r) of the circle/circumference. I I have 4 points with coordinates x, y and z and i need solve this system:
(x0-x1)^2+(y0-y1)^2+(z0-z1)^2=r^2
(x0-x2)^2+(y0-y2)^2+(z0-z2)^2=r^2
(x0-x3)^2+(y0-y3)^2+(z0-z3)^2=r^2
(x0-x4)^2+(y0-y3)^2+(z0-z4)^2=r^2
I need to get x0,y0,z0 and r.
Does anyone have any idea how to do this in Matlab?
Thanks

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by