Solved
Dividing a Matrix into Multiple matrices
- October 5, 2022
- 1 reply
- 3805 views
Hi team, I have a column matrix with 98400 rows. I want to divide this matrix into multiple matrices with 25 elements in it each. So 3936 matrices. And want to store all the 3936 matrices in a variable, so that I can call each matrix with indexing.
For example I have Matrix C with 1 column and 98400 rows. I want to divide C matrix into 3936 matrices, and also able to call each C1, C2..C3936 matrices with 25 elements each.
I am trying to do this using for loop but there has been no success.
In the attached example I have given a column matrix with 50 elements. and want to work out to divide that into 2 matrices.
Thanks




