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

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

[Octave-bug-tracker] [bug #46652] whos bytes property not right for clas


From: Ceral Paquet
Subject: [Octave-bug-tracker] [bug #46652] whos bytes property not right for class
Date: Thu, 10 Dec 2015 12:43:51 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

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

                 Summary: whos bytes property not right for class
                 Project: GNU Octave
            Submitted by: octavebugs
            Submitted on: Thu 10 Dec 2015 12:43:50 PM GMT
                Category: None
                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: GNU/Linux

    _______________________________________________________

Details:

The bytes property does not seem to be calculated for class objects.


octave:1> q = myclass;
octave:2> whos('q')
Variables in the current scope:

   Attr Name        Size                     Bytes  Class
   ==== ====        ====                     =====  ===== 
        q           1x1                          0  myclass

Total is 1 element using 0 bytes

octave:3> w = whos('q');
octave:4> w.bytes
ans = 0


--------------------------
myclass.m

classdef myclass

properties
    A=randn(5000);
end
end






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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