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'

Más respuestas (0)

Categorías

Más información sobre Data Types en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 24 de Oct. de 2017

Respondida:

el 24 de Oct. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by