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'

 採用された回答

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeData Types についてさらに検索

タグ

質問済み:

2017 年 10 月 24 日

回答済み:

2017 年 10 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by