Path: news.mathworks.com!not-for-mail
From: "zac ng" <mikagami26@hotmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: normalize matrix
Date: Thu, 10 Sep 2009 15:59:18 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 9
Message-ID: <h8b7om$e0f$1@fred.mathworks.com>
Reply-To: "zac ng" <mikagami26@hotmail.com>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1252598358 14351 172.30.248.38 (10 Sep 2009 15:59:18 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 10 Sep 2009 15:59:18 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1976592
Xref: news.mathworks.com comp.soft-sys.matlab:569604


Is there any function in matlab that can normalize a matrix?

The normalize is the same normalize as the opencv function called "cvNormalize"

eg. If it is a 2x2 matrix, it will be normalize to between 0~4.
eg. If it is a 8x8 matrix, it will be normalize to between 0~64.


Thanks!