Effacer les filtres
Effacer les filtres

How to store the looping values into matrix?

3 vues (au cours des 30 derniers jours)
maxina dialin
maxina dialin le 16 Oct 2012
for every iteration of a for loop ihave to store the values in a matrix.How to do that?

Réponse acceptée

Pedro Villena
Pedro Villena le 18 Oct 2012
Modifié(e) : Pedro Villena le 18 Oct 2012
me = rand(1,140); %%matrix 1x140
k = reshape(me,length(me)/length(cd1),length(cd1))'; %%matrix 5x28
  1 commentaire
maxina dialin
maxina dialin le 18 Oct 2012
Thank u Pedro villena!!!!!!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by