how can i make an array of letters? is it possible

1 vue (au cours des 30 derniers jours)
mary
mary le 2 Mar 2013
like i have
a=[1:26]
i want something like
a=[a:z]

Réponse acceptée

Walter Roberson
Walter Roberson le 2 Mar 2013

Plus de réponses (1)

ChristianW
ChristianW le 2 Mar 2013
a = 1:26;
astr = char(96+a);

Catégories

En savoir plus sur Dates and Time dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by