I have a structure PI{1x50cell}
with fields x
, y
, z
, xy
, t
, des
.
x
, y
, z
, xy
, t
are doubles. However, des
is a 1x640 vector.
I would like to have this mapped on a two matrix, the first one will be 50x5 and the second one will be 50x640.
How to do it? Thank you in advance.