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
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated