I want to know how to create dynamic string array
Mostrar comentarios más antiguos
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.
Respuestas (1)
for K = 1 : 5
out(randi(10)) = "entry #" + K;
end
out
1 comentario
Aakriti Srivastava
el 23 de Jun. de 2022
Categorías
Más información sobre Data Type Conversion en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!