create an array contain no of string adding one by one
Mostrar comentarios más antiguos
I would like to create an array in such a way that suppose the first element is 'Hi', second element is 'I', third element is 'am' and so on e.g. array(1) = 'Hi' array(2) = 'I' array(3) = 'am' array(4) = 'ABCD'
Respuesta aceptada
Más respuestas (2)
Azzi Abdelmalek
el 2 de Nov. de 2012
A={'Hi','I','am','ABCD'}
Partha
el 3 de Nov. de 2012
0 votos
Categorías
Más información sobre Characters and Strings en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!