Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
vectorNorm3d.m File Reference

VECTORNORM3D Norm of a 3D vector or of set of 3D vectors. More...

Functions

function nvectorNorm3d (v)
 VECTORNORM3D Norm of a 3D vector or of set of 3D vectors.
 

Detailed Description

VECTORNORM3D Norm of a 3D vector or of set of 3D vectors.

Function Documentation

◆ vectorNorm3d()

function n = vectorNorm3d ( v)

VECTORNORM3D Norm of a 3D vector or of set of 3D vectors.

N = vectorNorm3d(V); Returns the norm of vector V.

When V is a N-by-3 array, compute norm for each vector of the array. Vector are given as rows. Result is then a N-by-1 array.

NOTE: compute only euclidean norm.

See also
vectors3d, normalizeVector3d, vectorAngle3d, hypot3

References n.

Referenced by trimeshSurfaceArea().

Here is the caller graph for this function: