필터 지우기
필터 지우기

Normal on line

조회 수: 1 (최근 30일)
developer
developer 2011년 7월 5일
Hello,
I have some points with a line and i want to draw normal vectors on that points.Like if i plot these points , i want normal to be drawn on the specified points only.
chkx=[730 710 705 686 688 679 676];
chky=[547,540,543,535,544,544,551];
chkz=[1187,1176,1187,1172,1195,1200,1216];
plot3(chkx,chky,chkz,'--rs','LineWidth',2,...
'MarkerFaceColor','k',...
'MarkerEdgeColor','g',...
'MarkerSize',2)
Thanks
  댓글 수: 1
Oleg Komarov
Oleg Komarov 2011년 7월 5일
http://www.mathworks.com/matlabcentral/answers/7885-tutorial-how-to-format-your-question

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

답변 (1개)

Jan
Jan 2011년 7월 6일
Normal to what? Your data are points in 3D, therefore a normal needs the definition of a plane. How do you define the planes for each point?
  댓글 수: 6
developer
developer 2011년 8월 10일
i actually want to construct a set of vectors
that are orthogonal to the tangential plane of each surface
point they touch.
Jan
Jan 2011년 8월 10일
How is the plane defined?

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

카테고리

Help CenterFile Exchange에서 Smoothing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by