how can i make an array of letters? is it possible
Ältere Kommentare anzeigen
like i have
a=[1:26]
i want something like
a=[a:z]
Akzeptierte Antwort
Weitere Antworten (1)
ChristianW
am 2 Mär. 2013
a = 1:26;
astr = char(96+a);
Kategorien
Mehr zu Get Started with Microsoft .NET finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!