Biomech-Sim-Toolbox 1
Toolbox for movement simulation and analysis
|
Function to compute the norm of a vector. More...
Functions | |
function | myvecnorm (in A) |
Function to compute the norm of a vector. | |
function myvecnorm | ( | in | A | ) |
Function to compute the norm of a vector.
vecnorm() was introduced in Matlab 2017b. Since we are also working with Matlab 2017, I reimplemented the functionality.
A | Double matrix: Norm will be computed along the single columns (M x N) |
no | Double vector: Resulting norm (N x 1) |