PURPOSE 
s = rmaxis(s, Axis) : delete iData axes
SYNOPSIS 
function this = rmaxis(this,rank) 
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
This function calls:
- end	b = end(s,index,n) : end value for iData objects
 - find	d = find(s) : find iData signal non zeros values
 - isempty	isempty(s) : true for empty iData object
 - isnumeric	b = isnumeric(s) : True for numeric iData object elements
 - rmaxis	s = rmaxis(s, Axis) : delete iData axes
 
This function is called by:
- camproj	s = camproj(a,dim) : projection/radial integration of iData objects elements
 - cart2sph	s = cart2sph(a,dim) : cartesian to polar/spherical representation of iData objects
 - fft	c = fft(a) : computes the Discrete Fourier transform of iData objects
 - hist	hist(a, axis1, axis2, ...) computes the accumulated histogram from event data sets
 - interp	[b...] = interp(s, ...) : interpolate iData object
 - max	[m,id] = max(a,b, dim) : computes the maximum value of iData object(s)
 - mean	b = mean(s, dim) : mean value of iData object
 - median	b = median(s, dim) : median value of iData object
 - min	[m,id] = min(a,b, dim) : computes the maximum value of iData object(s)
 - plot	h = plot(s, method, ...) : plot iData object
 - rmaxis	s = rmaxis(s, Axis) : delete iData axes
 
Generated on Tue 22-Aug-2017 11:03:30 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1