필터 지우기
필터 지우기

how can we collect the result in one matrix ?

조회 수: 1 (최근 30일)
Omar B.
Omar B. 2019년 8월 31일
댓글: Adam Danz 2019년 8월 31일
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