Shift a square matrix along a bigger square matrix by one
    3 views (last 30 days)
  
       Show older comments
    
Let’s say I have a matrix,call it m2 with size of 4x4. I want to shift the matrix by one using for loop.
2 Comments
  John D'Errico
      
      
 on 30 Nov 2022
				Please give an example. Even the clarification comment you made is highly confusing.
Answers (2)
  Bjorn Gustavsson
      
 on 30 Nov 2022
        Have a look at the help and documentation for the function circshift. That function should solve the problem you have described.
HTH
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



