create an array contain no of string adding one by one
이전 댓글 표시
I would like to create an array in such a way that suppose the first element is 'Hi', second element is 'I', third element is 'am' and so on e.g. array(1) = 'Hi' array(2) = 'I' array(3) = 'am' array(4) = 'ABCD'
채택된 답변
추가 답변 (2개)
Azzi Abdelmalek
2012년 11월 2일
A={'Hi','I','am','ABCD'}
카테고리
도움말 센터 및 File Exchange에서 Characters and Strings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!