how can we collect the result in one matrix ?

1 次查看(过去 30 天)
Hello,
How can we collcet the (j+1) vectors I found in one matrix?
for j=1:m
.
.
v(:,j+1)= A/B
end
  4 个评论
Walter Roberson
Walter Roberson 2019-8-31
I do not see any v1, v2, ... v100 in what you posted? I only see a 2D array, v with an unknown number of rows and j+1 columns.
Adam Danz
Adam Danz 2019-8-31
What do you expect to be in v(1,:) if you start collecting data in the 2nd row of v?

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by