how to make numbering near "a" like: a1, a2, an
古いコメントを表示
Hi,
Could you please tell me how to increase number near "a" so it could look like this:
b = 1; "ab = something" b = b + 1; ...
a1 = something; a2 = something; ... an = something;
採用された回答
その他の回答 (1 件)
moulay
2012 年 11 月 25 日
for example_:
% for i=1:2:5
b=['a_' num2str(i)]
end
is that waht are u looking for?
カテゴリ
ヘルプ センター および File Exchange で Matrix Indexing についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!