I want to know how to create dynamic string array
이전 댓글 표시
I have set of elements in my schematic and after sorting the connection of elemnent I want to store the element name in the string array.
답변 (1개)
for K = 1 : 5
out(randi(10)) = "entry #" + K;
end
out
카테고리
도움말 센터 및 File Exchange에서 Data Type Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!