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

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

[Octave-bug-tracker] [bug #43096] GUI workspace pane shows dimension 1x1


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #43096] GUI workspace pane shows dimension 1x1 for my class
Date: Thu, 05 Feb 2015 03:38:37 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.91 Safari/537.36

Follow-up Comment #8, bug #43096 (project octave):

Confirmed with the interval package, but not with other classes, e.g. ftp or
strel from the image package.


>> pkg load interval
>> x = infsup ()(ones (4));
>> whos x
Variables in the current scope:

   Attr Name        Size                     Bytes  Class
   ==== ====        ====                     =====  =====
        x           4x4                        256  infsup

Total is 1 element using 256 bytes



but the workspace pane shows the dimensions as "1x1".

The equivalent for the @ftp or @strel classes shows the correct dimensions in
the workspace pane, e.g.


>> f = ftp();
>> fff = [f f f];
>> whos fff
Variables in the current scope:

   Attr Name        Size                     Bytes  Class
   ==== ====        ====                     =====  =====
        fff         1x3                         72  ftp

Total is 3 elements using 72 bytes



Notice that the last line differs, the ones that show the correct dimension in
the workspace pane say "Total is N elements", while the interval example that
doesn't says "Total is 1 element".

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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