Biomech-Sim-Toolbox 1
Toolbox for movement simulation and analysis
Loading...
Searching...
No Matches
Functions
myvecnorm.m File Reference

Function to compute the norm of a vector. More...

Functions

function myvecnorm (in A)
 Function to compute the norm of a vector.
 

Detailed Description

Function to compute the norm of a vector.

Details: myvecnorm()

Author
Marlies Nitschke
Date
July, 2019

Function Documentation

◆ myvecnorm()

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.

Parameters
ADouble matrix: Norm will be computed along the single columns (M x N)
Return values
noDouble vector: Resulting norm (N x 1)