Turn a vector of arrays into a matrix (The arrays become the rows of the matrix)

I have a vector of arrays as shown in the picture:


How can I transform it into a matrix where the arrays become simply the rows of the matrix?

This could be an entry to the FAQ.

1 Like

I just found out that it was asked before here. Sorry about that :slight_smile:

No need to worry, you have to be around for a bit of time to see repeating questions;)

1 Like