Create a cell array of mixed dimension

a={'A','B','C';'D','E','F'};
b={'1';'2'};
How can I create a cell array of 2X4 which looks like
'1' 'A' 'B' 'C'
'2' 'D' 'E' 'F'

More Answers (0)

Categories

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!