hi
I am a newbie to programming.
i have 12 vectors of size 1*150 (1 row 150 columns)
i want to merge all these 12 vectors to a matrix of size 12 *150
(12 row 150 columns)
how should i do it?
all vectors are of same size 1* 150 andAll of them have to join into a matrix of size 12* 150
say...