Ehsan
Posts:
9
Registered:
12/7/12
|
|
Re: Combining series of matrices
Posted:
Jan 20, 2013 11:08 AM
|
|
"james bejon" wrote in message <kdh3ab$rch$1@newscl01ah.mathworks.com>... > % Write them to a cell and then concatenate them, e.g., > C = repmat({zeros(4)}, 1, 6); > C = cat(1, C{:});
thank you but they look like this Radiance{i,1}.data i=1:n now I dant to combine all these data togheter!!
|
|