how can we collect the result in one matrix ?

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 日
? You seem to be doing that already, putting them into v.
Omar B.
Omar B. 2019 年 8 月 31 日
how can I do it? I have more than 100 vectors
v=[ v1 v2 ... v100]
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 件)

カテゴリ

タグ

質問済み:

2019 年 8 月 31 日

コメント済み:

2019 年 8 月 31 日

Community Treasure Hunt

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

Start Hunting!

Translated by