From help-octave-request at bevo dot che dot wisc dot edu Fri Jan 18 13:33:54 2002 Subject: Re: On "cleaning" residual values from complex matrices From: Francesco Potorti` To: robher at adinet dot com dot uy CC: help-octave at bevo dot che dot wisc dot edu 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 -------------------------------------------------------------