help-octave
[Top][All Lists]
Advanced

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

Re: Different Behaviour matlab and octave


From: Judd Storrs
Subject: Re: Different Behaviour matlab and octave
Date: Wed, 18 Nov 2009 13:57:48 -0500

On my machine azi and alt have small but non-zero complex parts in
matlab but not in octave 3.2.2. You can check this with

max(abs(imag(azi(:))))

Removing the complex part of the data in matlab produces plots that
are similar to octave-3.2.2.

plot(real(azi))
plot(real(alt))

A build of the octave development sources a couple of weeks ago on
10/28 produce complex results similar to matlab's.


--judd


reply via email to

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