How to store the looping values into matrix?

for every iteration of a for loop ihave to store the values in a matrix.How to do that?

 채택된 답변

Pedro Villena
Pedro Villena 2012년 10월 18일
편집: Pedro Villena 2012년 10월 18일

0 개 추천

me = rand(1,140); %%matrix 1x140
k = reshape(me,length(me)/length(cd1),length(cd1))'; %%matrix 5x28

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

제품

태그

Community Treasure Hunt

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

Start Hunting!

Translated by