I've a mat file which when loaded gives me something like this:
train0:[1200x300] train1:[1450x300] . . . . . . trainN:[Nx300]
what I want to do is traverse over each matrices in a manner like train+"i" where i = 0 to N and create a NX1 matrix with value of i. Here N will be the number of rows in each of the train matrices.