create an array contain no of string adding one by one
Mostra commenti meno recenti
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'
Risposta accettata
Più risposte (2)
Azzi Abdelmalek
il 2 Nov 2012
A={'Hi','I','am','ABCD'}
Partha
il 3 Nov 2012
0 voti
Categorie
Scopri di più su Characters and Strings in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!