<< CL_mean Math CL_quantile >>

CelestLab >> Math > CL_norm

CL_norm

Euclidian norm of column vectors

Calling Sequence

u_norm = CL_norm(u)

Description

Parameters

u:

Matrix (PxN) or hypermatrix (PxNxK)

u_norm:

Norm of column vectors (1xN) or (1xNxK)

See also

Authors

Examples

u = [1,2;3,4]
CL_norm(u)

u = rand(2,3,4)
CL_norm(u)

Report an issue
<< CL_mean Math CL_quantile >>