Azzera filtri
Azzera filtri

Define an array with variable

5 visualizzazioni (ultimi 30 giorni)
C Zeng
C Zeng il 29 Apr 2013
Hello, I wonder how can I define an array with a variable, for example,
x_i=an array, where i changes. I do not think Matlab allows such operations. How can I accommodate it? Later on I will use x_i in loops.
Thanks.

Risposta accettata

Sean de Wolski
Sean de Wolski il 29 Apr 2013
  5 Commenti
C Zeng
C Zeng il 30 Apr 2013
Oh, great! Thanks so much!

Accedi per commentare.

Più risposte (1)

Azzi Abdelmalek
Azzi Abdelmalek il 29 Apr 2013
k=4
assignin('base',sprintf('x_%d',k),[1 2 3])

Categorie

Scopri di più su Automotive 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