cell_expansion.txt 76 B

12345
  1. [a1,a2] = a{1:2};
  2. b = [a{:}];
  3. c = cat(1, a{:});
  4. d = {[1:2],3};
  5. e = {1:2,3};