Hello, i have a matrix W (418*413) in the borders i have zeros, i mean in (1,:), (:,1),(:,413),(418,:) they are equal to zero and on the inside off the matrix i have values. What i need to do is, copy all the valeus from line 2 till line 417 from colummn 3 and put it on colummn 1 in the matrix W.
Thanks in advance

 Respuesta aceptada

Amit
Amit el 7 de En. de 2015

0 votos

W(2:417,1) = W(2:417,3);

1 comentario

Jah-lahfui
Jah-lahfui el 7 de En. de 2015
Thanks a lot i wasn't seeing the answer and it so damn easy

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.

Preguntada:

el 7 de En. de 2015

Comentada:

el 7 de En. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by