I have a for loop that give me as a result 16 vectors (v) and each vector is of size 15x1 , how can I save all those vectors in a matrix of site 15x16

1 次查看(过去 30 天)
for jj=180:180:3000
v=c(:,jj)
end

采纳的回答

dpb
dpb 2014-10-1
v=c(:,[180:180:3000])
  2 个评论
Fatin
Fatin 2014-10-1
Thank you sooo much for your answer , it works with me . I found that I don't even need that loop , I need just to read specific values from my previous loop . Thanks again

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by