Home > Util > norm01.m

norm01

PURPOSE ^

NORM01 normalizes elements of X between 0 and 1.

SYNOPSIS ^

function x=norm01(x);

DESCRIPTION ^

NORM01 normalizes elements of X between 0 and 1.
x=norm01(x);
Test: 
x=randn(5,1),x=norm01(x) 

Author: Ali Mohammad-Djafari

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 27-Feb-2004 16:43:21 by m2html © 2003