I looked through past answers but I could find one that gave me a definitive answer for my case (weird as it seems simple).
I have a mxn cell array with each having a tx1 matrix and I would like to reshape this to a mxnxt 3D matrix. I saw a few example with permute and remat but did not get my answer there.
Thanks!