help-octave
[Top][All Lists]
Advanced

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

Re: RFC: method for storing data


From: Judd Storrs
Subject: Re: RFC: method for storing data
Date: Fri, 25 Jun 2010 11:32:42 -0400

On Fri, Jun 25, 2010 at 11:30 AM, Judd Storrs <address@hidden> wrote:
> L3(1,1) returns L3.x(1) or L3.x{1} depending on the type of x.
> size(L3) returns [10,3]
> disp(L3) does something sane
> L3(1,1) = a validates the type of a before inserting the value
> L3(20,1) expands the length of all columns
> L3.newcolumn = b creates a new column vector for holding type b.

Also

L3(4,:) should return a cell array for the row.


reply via email to

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