From: Matt Fig on 26 Jan 2010 14:23 One could also resort to an obfuscated vectorization. B = spdiags(A,0:-1:1-size(A,1)) B = B(~fliplr(tril(ones(size(B)),-1)))
First
|
Prev
|
Pages: 1 2 Prev: Reading, modifying and saving .dat file Next: legend for group of lines |