PURPOSE
c = squeeze(a) : remove singleton dimensions from iData objects/arrays
SYNOPSIS
function a = squeeze(a)
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
- get [...] = get(s, 'PropertyName', ...) : get iData object properties
- getaxis [val, lab] = getaxis(s, AxisIndex) : get iData axis value and label
- isempty isempty(s) : true for empty iData object
- isequal c = isequal(a,b) : full numerical equality comparison of iData objects
- isnumeric b = isnumeric(s) : True for numeric iData object elements
- isscalar b = isscalar(s) : True for scalar iData objects
- isvector b = isvector(s) : True for vector iData object
- ndims d = ndims(s) : get the dimensionality of iData object
- ones s = ones(s,N,M,P,...) : initialize an iData array
- reshape c = reshape(a) : reshape the object Signal
- set [s,...] = set(s, 'PropertyName', Propertyvalue, ...) : set iData properties
- setalias [s,...] = setalias(s, AliasName, AliasLink, {AliasLabel}) : set iData aliases
- setaxis s = setaxis(s, rank, alias, value) : set iData axes
- size size(s) : get iData object size (number of elements)
- squeeze c = squeeze(a) : remove singleton dimensions from iData objects/arrays
- subsref b = subsref(a,s) : iData indexed references
This function is called by:
- plot h = plot(s, method, ...) : plot iData object
- resize c = resize(a) : resize/rebin the object Signal
- squeeze c = squeeze(a) : remove singleton dimensions from iData objects/arrays
- subplot h = subplot(s) : plot iData array as subplots
- subsref b = subsref(a,s) : iData indexed references
Generated on Tue 27-Nov-2018 10:56:24 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1