Create a cell array of mixed dimension
Show older comments
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'
Accepted Answer
More Answers (0)
Categories
Find more on Data Types in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!