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