[scilab-Users] cell array

Mathieu Dubois mathieu.dubois at limsi.fr
Mon Apr 19 10:03:45 CEST 2010


Hello Yoni,

I think that the cell function works more or less like in Matlab.

You can create a cell array with
a=cell(2,2)
and then insert element with
a(1,1).entries=...

To read element you have to use:
a(1,1).entries

HTH,
Mathieu

Yoni Chattah wrote:
> Hi,
> I'm a matlab user that start to work with scilab and i try to define a 
> cell array.
> and insert matrix to each cell and read data from each cell .is 
> somebody can help me
> best.
> computidoo




More information about the users mailing list