powered by
Circulates each dimension of an array. This routine is identical to circshift, but works with arrays up to 5 dimensions.
circshift
cshift(x, s)
Returns a vector or array of the same shape as x.
vector or array (up to rank 5)
scalar, if x is a vector, or a vector of length matching the rank of x, if x is an array
Danail Obreschkow