How can I find the vector from two points in 3D?

14 views (last 30 days)
A = [0 3.8823 17.4889 ]
B = [ 0 3.8823 15.4889 ]
How to find AB vector for the given cooradinate in 3D.How to find AB vector for the given cooradinate in 3D.

Answers (1)

Bruno Luong
Bruno Luong on 16 Sep 2019
B-A
  3 Comments
Bjorn Gustavsson
Bjorn Gustavsson on 16 Sep 2019
Get pen (or pencil) and paper, draw points on paper, the arrays (arrows) from an origin and the array between the points, think ponder and figure this out that way too.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!