Borrar filtros
Borrar filtros

how can we collect the result in one matrix ?

1 visualización (últimos 30 días)
Omar B.
Omar B. el 31 de Ag. de 2019
Comentada: Adam Danz el 31 de Ag. de 2019
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 comentarios
Walter Roberson
Walter Roberson el 31 de Ag. de 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
Adam Danz el 31 de Ag. de 2019
What do you expect to be in v(1,:) if you start collecting data in the 2nd row of v?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by