Normal on line
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Oleg Komarov
el 5 de Jul. de 2011
http://www.mathworks.com/matlabcentral/answers/7885-tutorial-how-to-format-your-question
Respuestas (1)
Jan
el 6 de Jul. de 2011
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 comentarios
Ver también
Categorías
Más información sobre Surface and Mesh Plots 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!