create a cell array with incrementing values

22 visualizzazioni (ultimi 30 giorni)
how to create a cell with values like
a1 a2 a3 a4 a5 ........ a25
i need to get the above values into a row cell array and column cell array
do i need for loop or is there a simple way

Risposta accettata

madhan ravi
madhan ravi il 3 Apr 2019
  1 Commento
madhan ravi
madhan ravi il 3 Apr 2019
Modificato: madhan ravi il 3 Apr 2019
Another option:
sprintfc('a%d',1:25) % beware, undocumented!

Accedi per commentare.

Più risposte (0)

Categorie

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