Hi everyone!
Maybe you could help me with my latest obstacle I've encountered with IML. Do you happen to know how to convert a vector into a matrix?
Here is a little example to give you a better idea:
Given:
Vector n (1000x1)
Goal:
Convert vector n into a 50x20 matrix m. The first column of matrix m should be equal to the first 50 elements of vector n. The second column should be equal to the next 50 elements and so on.
It would be great if you had a solution for this problem... Thanks a million!!!