bugGNU Octave - Bugs: bug #44868, Default compact view of structures...

 
 

bug #44868: Default compact view of structures on screen

Submitter:  José Luis García Pallero <jgpallero>
Submitted:  Fri 17 Apr 2015 05:58:10 PM UTC
   
 
Category:  Interpreter Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Feature Request
Status:  Duplicate Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 18 Apr 2015 12:29:51 AM UTC, comment #1: 

Thanks for your bug report. This has actually already been reported as bug #40211. Please follow up with any patches or suggestions on that bug report. Closing as a duplicate.

Mike Miller <mtmiller>
Group Member
Fri 17 Apr 2015 05:58:10 PM UTC, original submission:  

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

José Luis García Pallero <jgpallero>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mtmiller (Posted a comment)
  • -email is unavailable- added by jgpallero (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-04-18 mtmiller StatusNone Duplicate
        Open/ClosedOpen Closed
        Dependencies- Depends on bugs #40211

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code