Hi, I wuold like to know if there are some methods (over the projection) to put a cloud of points in a plane.

댓글 수: 4

rifat
rifat 2014년 5월 25일
could you please elaborate?
Ilaria
Ilaria 2014년 5월 26일
I have a plane in a three dimensional sistem and I want to put a series of points near the plane (that I have already found) over the plane itself.. is there a interpolation function I can use?
John D'Errico
John D'Errico 2014년 5월 26일
If you have the equation of the plane, then why do you need an interpolation function? I think you need to think a bit about your problem, or at least, explain yourself with far more clarity.
Ilaria
Ilaria 2014년 6월 3일
I don't need an interpolation of the plane but I'm searching some function or method that put this point on the plane, but I don't want the project iron of this point in the plain.

댓글을 달려면 로그인하십시오.

답변 (1개)

Chad Greene
Chad Greene 2014년 6월 3일

0 개 추천

I think what John is saying is that if you have an equation for your plane, say, Z(x,y) = 5x + 3y -2, and you have the (x,y) values for a cloud of points, you can put those points on your Z plane by plugging their x and y values into your equation. So plot the plane as a surface, set hold on and then use plot3 to plot your points on the plane.

카테고리

질문:

2014년 5월 25일

답변:

2014년 6월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by