Azzera filtri
Azzera filtri

How to store the looping values into matrix?

3 visualizzazioni (ultimi 30 giorni)
for every iteration of a for loop ihave to store the values in a matrix.How to do that?

Risposta accettata

Pedro Villena
Pedro Villena il 18 Ott 2012
Modificato: Pedro Villena il 18 Ott 2012
me = rand(1,140); %%matrix 1x140
k = reshape(me,length(me)/length(cd1),length(cd1))'; %%matrix 5x28

Più risposte (0)

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by