필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
mary
mary 2013년 3월 2일
like i have
a=[1:26]
i want something like
a=[a:z]

채택된 답변

Walter Roberson
Walter Roberson 2013년 3월 2일

추가 답변 (1개)

ChristianW
ChristianW 2013년 3월 2일
a = 1:26;
astr = char(96+a);

카테고리

Help CenterFile Exchange에서 Specialized Power Systems에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by