필터 지우기
필터 지우기

How to store the looping values into matrix?

조회 수: 3 (최근 30일)
maxina dialin
maxina dialin 2012년 10월 16일
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일
me = rand(1,140); %%matrix 1x140
k = reshape(me,length(me)/length(cd1),length(cd1))'; %%matrix 5x28

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by