Skip to content
Prev 191059 / 398498 Next

A matrix calculation

On Sun, Aug 23, 2009 at 8:53 PM, Bogaso<bogaso.christofer at gmail.com> wrote:

            
How about this?

x = c()
for (i in 7:1) x = c(x,mat[i,])

Guess that would do the trick.

Best,
Michael