May-20-2020, 12:27 PM
I have a list (length of a list is one) [[1,2,3],[4,5,6]], I like to convert it to a matrix (2*3). something like this [1 2 3 4 5 6] This is an example of a real problem, therefore not putting my large code here. Thanks