cell

Carlo Rossi serosole at yahoo.it
Sat Jun 6 12:34:31 CDT 2009


hello,

 I have a cell: A = cell (10,1);
A{1} = [10 10; 20 20; 30 30; ];
I filled it in this way for ten times;

now I want call double(A) but I can't because it's a cell.
Is there a way to do it without call
double( A{1} );
double( A{2} );
........

thanks,


      




More information about the Help-octave mailing list