>> A={1 2;2 3} A = [1] [2] [2] [3] >> A=[1 2;2 3] A = 1 2 2 3
It seems to me they are essentially
If you relate it to object oriented programming, cells {} are like objects and [] is for arrays