converting two cells into one

 Respuesta aceptada

Vieniava
Vieniava el 8 de Feb. de 2011

0 votos

Consider following code:
a={'4'; '8'};
b={'the' ; 'be'};
spaces={' ' ; ' '};
c=strcat(b,spaces,a)
EDIT:
calternative=[b a];

1 comentario

vish
vish el 8 de Feb. de 2011
I need the data in separate columns in the cell. Thanks

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Etiquetas

Preguntada:

el 8 de Feb. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by