circshift

Circular shift

📝 Syntax

  • R = circshift(M, N)

  • R = circshift(M, N, DIM)

📥 Input argument

  • M - a variable

  • N - shift

  • DIM - dimension to operate

📤 Output argument

  • R - result of 'circshift'.

📄 Description

circshift computes circular shift.

💡 Example

🔗 See also

repmat, reshape.

🕔 History

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?