[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: creating matrix from column vectors
From: |
Ian McCallion |
Subject: |
Re: creating matrix from column vectors |
Date: |
Sun, 02 Dec 2018 17:25:15 +0000 |
User-agent: |
Android |
No loop needed. If the vectors are called a,b,c, etc the result you need is
Combined = [a;b;c; ...];
Cheers... Ian
-------- Original Message --------
From: Rajendra Marathe <address@hidden>
Sent: Sun Dec 02 16:57:30 GMT+00:00 2018
To: address@hidden
Subject: creating matrix from column vectors
I have a 10 column vectors of size (400*1) generated in a for loop
I want to save them as columns of a a matrix of size 400*10
how do i write a for loop to do this
Can you help?
R V Marathe
------------------------------------------------------------------------