Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Image Invariant Moment
Date: Sat, 14 Jun 2008 14:18:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 14
Message-ID: <g30jup$ecs$1@fred.mathworks.com>
References: <g30jp8$d4a$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1213453081 14748 172.30.248.38 (14 Jun 2008 14:18:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 14 Jun 2008 14:18:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1410327
Xref: news.mathworks.com comp.soft-sys.matlab:473776




> 
> m2=sqrt((u20-u02).^2+4*u11.^2);
> 

is actually

> m2=((u20-u02).^2+4*u11.^2);

sorry I was trying various of versions though.

Please help I really stucked!
Thank you so much