[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
cell
From: |
Carlo Rossi |
Subject: |
cell |
Date: |
Sat, 6 Jun 2009 17:34:31 +0000 (GMT) |
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,
- cell, Carlo Rossi, 2009/06/02
- cell,
Carlo Rossi <=
- Re: cell, Carlo Rossi, 2009/06/06
- Re: cell, Carlo Rossi, 2009/06/06