how can i make an array of letters? is it possible
Mostra commenti meno recenti
like i have
a=[1:26]
i want something like
a=[a:z]
Risposta accettata
Più risposte (1)
ChristianW
il 2 Mar 2013
a = 1:26;
astr = char(96+a);
Categorie
Scopri di più su Creating and Concatenating Matrices 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!