naming of a variable
Mostrar comentarios más antiguos
how can i have a variable name to be as name1 name2 name3 upto namen. i can't use array for this. i want something like for i = 1:1:n namei = "something"; end
1 comentario
Stephen23
el 26 de Jul. de 2016
"i can't use array for this"
Why not ?
Respuestas (1)
Guillaume
el 26 de Jul. de 2016
0 votos
" i can't use array for this."
There is absolutely zero upside and lots of downside in having sequential variable names. They're obviously related, so they should be grouped together in a container.
Categorías
Más información sobre Structures 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!