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

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

[Octave-bug-tracker] [bug #44868] Default compact view of structures on


From: José Luis García Pallero
Subject: [Octave-bug-tracker] [bug #44868] Default compact view of structures on screen
Date: Fri, 17 Apr 2015 17:58:10 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.6.0

URL:
  <http://savannah.gnu.org/bugs/?44868>

                 Summary: Default compact view of structures on screen
                 Project: GNU Octave
            Submitted by: jgpallero
            Submitted on: vie 17 abr 2015 17:58:10 GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

By default, when I type a struct name in the Octave interpreter, the whole
data are printed on the screen. In Matlab, instead, a more compact view are
presented, which I find better, spacially when the structure contains lots of
data. For example, in Octave:


a.b=rand(3)
a =

  scalar structure containing the fields:

    b =

       0.67762   0.51557   0.54159
       0.76057   0.18973   0.99633
       0.34420   0.54200   0.40013


But in Matlab:


 a.b=rand(3)

a = 

    b: [3x3 double]


I suggest a behavior like the Matlab one for Octave 4.0




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Mensaje enviado vía/por Savannah
  http://savannah.gnu.org/




reply via email to

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