MATLAB: Unit vectors

From Robotics
Revision as of 10:28, 26 September 2014 by Nickchen (talk | contribs)

Jump to: navigation, search
← Previous: Vector algebra Matlab.png Web interface  |  MATLAB overview  |  Back to article: Unit vectors Next: Simple arithmetic operations

Like explained in the article, you have to divide a vector by its magnitude to obtain the corresponding unit vector. This is exactly how it has to be done in MATLAB. Therefor the norm-function presented before is used. Assuming there is an n-dimensional vector v, the corresponding unit vector is computed as follows: