Scilab Function
Last update : 14/12/2142

makecell - creates a cell

Calling Sequence

y=makecell([dim1,dim2],cpnt_1,cpnt_2,...)

Parameters

Description

Returns a cell (size= dim1 x dim2), with cpnt1, cpnt2, ... the components of the cell (ordered by line).

Examples


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

  

See Also

cell ,