how to chage/replace the one matrix value into another matrix value

1 visualización (últimos 30 días)
vasantha malairamar
vasantha malairamar el 23 de Mzo. de 2017
Comentada: Jan el 23 de Mzo. de 2017
for it=1:6144
cd(it)=cdt(it);
end

Respuestas (1)

KSSV
KSSV el 23 de Mzo. de 2017
  1 comentario
Jan
Jan el 23 de Mzo. de 2017
+1 :-) Surpringly easy, but exhaustively correct.
Perhaps the question concerns a part of the matrix only. Then:
cd(1:6144) = cdt(1:6144);

Iniciar sesión para comentar.

Categorías

Más información sobre MATLAB 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