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!