I have a 2D matrix of dimensions 64 x 727. What I would like to do is separate each of the columns, creating a 3D matrix of dimensions 64 x 1 x 727.
I have looked through several similar questions on here, but my limited matlab ability is preventing me from applying previous answers to my own issue.
Many thanks,
Robbie
Use:
switches 2nd and 3rd dimensions
Try
if that doesn't produce what you want explain further.
Try this: