help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: On "cleaning" residual values from complex matrices


From: Francesco Potorti`
Subject: Re: On "cleaning" residual values from complex matrices
Date: Fri, 18 Jan 2002 20:33:40 +0100

   real/imaginary part is <= 'eps' and truncating the real/imaginary part 
   for those values to zero.

Not checked, but should be something like this:

A[find(abs(A) < 5*eps)] = 0;



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]