how can i make an array of letters? is it possible
古いコメントを表示
like i have
a=[1:26]
i want something like
a=[a:z]
採用された回答
その他の回答 (1 件)
ChristianW
2013 年 3 月 2 日
a = 1:26;
astr = char(96+a);
カテゴリ
ヘルプ センター および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!