Borrar filtros
Borrar filtros

How to store the looping values into matrix?

3 visualizaciones (últimos 30 días)
maxina dialin
maxina dialin el 16 de Oct. de 2012
for every iteration of a for loop ihave to store the values in a matrix.How to do that?

Respuesta aceptada

Pedro Villena
Pedro Villena el 18 de Oct. de 2012
Editada: Pedro Villena el 18 de Oct. de 2012
me = rand(1,140); %%matrix 1x140
k = reshape(me,length(me)/length(cd1),length(cd1))'; %%matrix 5x28

Más respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by