Shift a square matrix along a bigger square matrix by one

1 Ansicht (letzte 30 Tage)
Randa
Randa am 30 Nov. 2022
Bearbeitet: DGM am 8 Dez. 2022
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 Kommentare
KSSV
KSSV am 30 Nov. 2022
What do you mean by shift the matrix? Any example?
John D'Errico
John D'Errico am 30 Nov. 2022
Please give an example. Even the clarification comment you made is highly confusing.

Melden Sie sich an, um zu kommentieren.

Antworten (2)

Bjorn Gustavsson
Bjorn Gustavsson am 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

DGM
DGM am 30 Nov. 2022
Bearbeitet: DGM am 8 Dez. 2022

Kategorien

Mehr zu Loops and Conditional Statements finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by