Take a vector and convert it to a unit vector (normalize)
This function will take a [1xn] or [mx1] vector and normalize it to a unit vector length.
To use this function [vectorOut] = fcn_createUnitVector(vectorIn)
Error checking is performed to test for NaN values in the output, and a square root of the sum of the squares == 1
This function will take column or row vectors and output in said format.
Zitieren als
James West (2025). Take a vector and convert it to a unit vector (normalize) (https://de.mathworks.com/matlabcentral/fileexchange/28605-take-a-vector-and-convert-it-to-a-unit-vector-normalize), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Tags
Quellenangaben
Inspiriert: Normalize N-D Vectors in Single Matrix or N Component Matrices
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.3.0.0 | Added error checking
|
||
| 1.2.0.0 | Changed the code to operate in n dimensions.
|
||
| 1.0.0.0 |
