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

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

[Octave-bug-tracker] [bug #43527] Bug / compatibility to plotting any wa


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #43527] Bug / compatibility to plotting any way to work around
Date: Tue, 04 Nov 2014 15:33:21 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:33.0) Gecko/20100101 Firefox/33.0

Update of bug #43527 (project octave):

                  Status:                    None => Need Info              
             Assigned to:                    None => cdf                    

    _______________________________________________________

Follow-up Comment #1:

This question was already posted to the mailing list :
http://lists.gnu.org/archive/html/help-octave/2014-11/msg00023.html

and was replied there:
http://lists.gnu.org/archive/html/help-octave/2014-11/msg00024.html

I don't believe it may be considered a bug that
Octave refuses to use complex data as the 'ydata' in
a 2D plot.

It may be considered a compatibility issue if Matlab silently
accepts complex data and plots the real part / absolute value.
But even in this case it looks like a weird undocumented behaviour
in Matlab which I am not sure it makes sense to copy ...

Can you check whether in Matlab 


set(handle, 'YData', f(x, b)) 


is equivalent to 


set(handle, 'YData', abs (f(x, b)))


or to


set(handle, 'YData', abs (f(x, b)))



c.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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