Main Content

pnormc

Pseudonormalize columns of matrix

Syntax

pnormc(X,R)

Description

pnormc(X,R) takes these arguments,

X

M-by-N matrix

R

(Optional) radius to normalize columns to (default = 1)

and returns X with an additional row of elements, which results in new column vector lengths of R.

Caution

For this function to work properly, the columns of X must originally have vector lengths less than R.

Examples

x = [0.1 0.6; 0.3 0.1];
y = pnormc(x)

Version History

Introduced before R2006a

See Also

|