If I perform s.device_macs
then I get back a <1x3503 cell>
so I would expect this as the output of my concatenate but I have 2 things I'm unsure on when I use: a = cat(2,s.device_macs)
To concatenate previously I used cat(1,x)
but this doesn't work however the number 2
lets it run and the second thing is that it returns a <1x603326 cell>, obviously much larger than when I don't try and use cat()
.
Thanks alot, from a MATLAB newbie!