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:38:23 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

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

Also, with the same version using a struct for the example just to be sure
there isn't something funny going on with them:


>> s.a = 1

s = 

    a: 1

>> disp (s)
    a: 1

>> disp (s.a)
     1

>> display (s)  

s = 

    a: 1

>> display (s.a)

ans =

     1




    _______________________________________________________

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]