Plotting a straight line in 3D
이전 댓글 표시
How do I plot a straight line when I have a point on the straight line, and the direction vector of the straight line.
The direction vector is
N = [3.018342517751174e-06, -3.415884156624327e-06, 2.700404288710542e-04]
The point on straight line is
P = [-3.211497038605045, 1.913034209510885, 0]
답변 (1개)
John D'Errico
2017년 12월 2일
Can you find two points on the line? Of course!
help plot3
Or, if you prefer,
help line
What is the problem?
카테고리
도움말 센터 및 File Exchange에서 Image Arithmetic에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!