Scilab Function
Last update : 28/12/2008

makecell - creer une cell

Calling Sequence

y=makecell([dim1,dim2],cpnt1,cpnt2, ...)

Parameters

Description

La fonction makecell retourne une cell de taille dim1 x dim2. Ces composantes sont cpnt1, cpnt2, ... (ils sont rangés par ligne).

Examples

y=makecell([2,3],10,'foo1',[1 2;3 4],'foo2',[6 7 8],'foo3');

See Also

cell,