how can we collect the result in one matrix ?
Afficher commentaires plus anciens
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 commentaires
Walter Roberson
le 31 Août 2019
? You seem to be doing that already, putting them into v.
Omar B.
le 31 Août 2019
Walter Roberson
le 31 Août 2019
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
le 31 Août 2019
What do you expect to be in v(1,:) if you start collecting data in the 2nd row of v?
Réponses (0)
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!