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: Nov. 26, 2018
 See also  iData/getaxis, iData/setaxis

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1