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

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

[Octave-bug-tracker] [bug #46457] octave still prints struct array conte


From: Martijn
Subject: [Octave-bug-tracker] [bug #46457] octave still prints struct array contents after print_struct_array_contents( false )
Date: Mon, 16 Nov 2015 16:54:15 +0000
User-agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)

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

                 Summary: octave still prints struct array contents after
print_struct_array_contents( false )
                 Project: GNU Octave
            Submitted by: mart1jn
            Submitted on: Mon Nov 16 16:54:14 2015
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

according to the user manual you can use print_struct_array_contents( false )
to prevent Octave from printing all the elements of the fields of a struct
array, but it doesn't seem to work. This is impractical for fields that are
very large matrices like below. The code snippet below prints all 1000
elements, while I would expect it to print something like "t2: 1x1000
matrix".


print_struct_array_contents( false )
t1.t2 = 1 : 1000






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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