Azzera filtri
Azzera filtri

naming of a variable

2 visualizzazioni (ultimi 30 giorni)
monika mangla
monika mangla il 26 Lug 2016
Commentato: Stephen23 il 26 Lug 2016
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 Commento
Stephen23
Stephen23 il 26 Lug 2016
"i can't use array for this"
Why not ?

Accedi per commentare.

Risposte (1)

Guillaume
Guillaume il 26 Lug 2016
" i can't use array for this."
Yes you can, and you should. The array can be a cell array. You could also use a map
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.
See the FAQ for the various options.

Categorie

Scopri di più su Data Types in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by