octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #33849] Incorrect plot result when mixing comp


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #33849] Incorrect plot result when mixing complex values and real integers
Date: Fri, 02 Sep 2011 03:08:35 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.218 Safari/535.1

Follow-up Comment #6, bug #33849 (project octave):

hmm .... my post got cut off :-(

Matlab will treat ...

plot (x + 1i, x +2i)

... the same as ...

plot (x, x)

Perhaps Octave can use format specifications as implicit delimiters for
objects. If so, this feature should be well documented to avoid confusion.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33849>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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