[Scilab-Dev] SEP #40: Cell Arrays
    Serge Steer 
    Serge.Steer at scilab.org
       
    Mon Mar 29 14:45:51 CEST 2010
    
    
  
It seems good. Just a point:
It should be good that  for cells extraction and insertion (value or
subcells) the examples explains how vector index will be handled:
what is c(1:2,:) and c{1:2,:}
             c(1:2,1)={'xx';'yy'}
             v=list('u','v');c{1:2,1}=v(:) //should it be valid or an error?
Serge
Bruno JOFRET a écrit :
> Hi,
>
> Please find attached SEP #40 talking about Cell Arrays.
> This SEP is targeting Scilab 6.0 as we will introduce a new syntax for
> cells.
>
> Any feedbacks are welcome.
>
> Regards,
>
    
    
More information about the dev
mailing list