Home > Objects > @iData > circshift.m

iFit/circshift

PURPOSE ^

b=circshift(a, rank, shift): shifts the axis of specified rank by a value

SYNOPSIS ^

function a=circshift(a, dim, shift)

DESCRIPTION ^

 b=circshift(a, rank, shift): shifts the axis of specified rank by a value

   @iData/circshift function to shift iData object axes
     This is equivalent to a{rank} = a{rank}+shift;

 input:  a:     object or array (iData)
         rank:  axis rank (scalar)
         shift: value to shift the axis with (scalar)
 output: b: object or array (iData)

 Version: Aug. 22, 2017
 See also  iData/getaxis, iData/setaxis

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Tue 22-Aug-2017 11:03:30 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1