How to store the looping values into matrix?

3 次查看(过去 30 天)
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