How can I create arrays with different names using loop?
Afficher commentaires plus anciens
I want to create n=1:56 arrays with names a(n), and each array contein random number.
thank you.
Réponses (1)
James Tursa
le 31 Mar 2022
Modifié(e) : James Tursa
le 31 Mar 2022
0 votes
Don't embed numbering into the variable names. This will make the variables hard to use downstream in your code. Use cell arrays or multidimension arrays etc. instead. See this discussion:
Catégories
En savoir plus sur Loops and Conditional Statements dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!