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

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

[Octave-bug-tracker] [bug #49794] display vs. disp functions


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #49794] display vs. disp functions
Date: Sat, 17 Dec 2016 15:52:49 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #25, bug #49794 (project octave):

Seriously?  They changed that from 2016a to 2016b?  Was that documented in the
release notes?

Can you please run the following commands in Matlab and upload the transcript
here?


version
which disp
which display
x = pi / 4
disp (x)
disp (sin (x))
disp (0.7071)
display (x)
display (sin (x))
display (0.7071)
s.a = 1
disp (s)
disp (s.a)
display (s)
display (s.a)



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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