'whos' with incorrect fields

GAIL gail at tnp-online.de
Wed Mar 12 11:17:40 CDT 2008


On 03/12/2008 05:12 PM, John W. Eaton wrote:
> 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

No. I used A.A to create an error. My concern was B.b.

G.



More information about the Bug-octave mailing list