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

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

[Octave-bug-tracker] [bug #50756] display of objects in cell arrays and


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #50756] display of objects in cell arrays and structs is suppressed
Date: Sun, 18 Mar 2018 22:34:12 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

Follow-up Comment #7, bug #50756 (project octave):

@oheim - Matlab only shows something like "1x1 foo" for an object of type
"foo" in its cell array output.

Matlab cell arrays look something like this


    [1]   [2]   [1x1 obj]
    [3]   [4]   [      5]


so there is no display of object types.

If we want to be more Matlab friendly, cell arrays should be displayed in a
grid format like this. See bug #43683.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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