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: Rik
Subject: [Octave-bug-tracker] [bug #49794] display vs. disp functions
Date: Sat, 17 Dec 2016 00:51:52 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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

See comments #2, #3.  For example,


>> 1+1
ans =
     2
>> disp(1+1)
     2
>> display(1+1)
     2


Matlab only provides "ans =" when called from the parser, but when called
through the function display() it is omitted.

Pretty minor, but we've come this far in our quest for compatibility, why not
a few more inches.


    _______________________________________________________

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]