'whos' with incorrect fields

John W. Eaton jwe at bevo.che.wisc.edu
Wed Mar 12 11:12:30 CDT 2008


On 12-Mar-2008, G.. wrote:

| 
| Let
| 
| octave:1> A.a = B.b = 0 ;
| octave:2> whos A.A B.b
| error: structure has no member `A'
| 
| *** local user variables:
| 
|   Prot Name        Size                     Bytes  Class
|   ==== ====        ====                     =====  ===== 
|    rwd A.A         1x0                          0  cs-list
|    rwd B.b        -1x-1                         0  unknown
| 
| Total is 1 element using 0 bytes

Did you mean

  whos A.a

?

jwe


More information about the Bug-octave mailing list