Adding lines and columns

3 次查看(过去 30 天)
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

采纳的回答

Amit
Amit 2015-1-7
W(2:417,1) = W(2:417,3);
  1 个评论
Jah-lahfui
Jah-lahfui 2015-1-7
Thanks a lot i wasn't seeing the answer and it so damn easy

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by