help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

appending matrix into a matrix


From: Carlo Rossi
Subject: appending matrix into a matrix
Date: Wed, 13 May 2009 17:05:18 +0000 (GMT)

Hello,
 I need to appending a matrix to a matrix like here:

   for i=1 : 10       
         T = CELL{i};
    end

but in this way T is overwritten. How can I do? thanks,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]