How to know if a Point belongs to a curve?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have a point P given by its coordinates like this:
P=[xp;yp];
And I have the function curve, which is a 2x900 matrix that has its coordinates:
curve=[x0 x1 x2 x3 x4 x5 x6 x7 x8;y0 y1 y2 y3 y4 y5 y6 y7 y8];
(each element in this matrix has 100 elements inside)
I would like to know if P belongs to the curve. Is there any way of knowing it?
0 comentarios
Respuestas (1)
Ver también
Categorías
Más información sobre Spline Postprocessing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!