フィルターのクリア

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
  1 件のコメント
maxina dialin
maxina dialin 2012 年 10 月 18 日
Thank u Pedro villena!!!!!!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by