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!