Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
I want to stack all 100 columns of a 1000 x 100 matrix to form a vector with 100,000 elements.
Solved! Go to Solution.
Here's a couple of ways. I normally use the general purpose function vec (defined in the attached worksheet) that will convert even a nested array into a vector.
Stuart
Here's a couple of ways. I normally use the general purpose function vec (defined in the attached worksheet) that will convert even a nested array into a vector.
Stuart
Fantastic! Thanks again, Stuart.