I am trying to solve this: I have n matrices of different dimensions stored in a List. And, I have a n×1 matrix of n different strings(names).
I want to rename each matrix of the list with names stored in the matrix, so that I can access each object by name.
How can I solve this?