iFit/colormap
PURPOSE
h=colormap(objects, colormaps, ..., options): Produce surfaces from iData 2D objects with different colormaps
SYNOPSIS
function h = colormap(varargin)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- cat s = cat(dim,a,...) : catenate iData objects elements along dimension
- colormap h=colormap(objects, colormaps, ..., options): Produce surfaces from iData 2D objects with different colormaps
- double d = double(s) : convert iData into doubles
- 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
- linspace v = linspace(a,b,n) : creates a linearly spaced vector of objects
- log b = log(s) : natural logarithm value of iData object
- max [m,id] = max(a,b, dim) : computes the maximum value of iData object(s)
- min [m,id] = min(a,b, dim) : computes the maximum value of iData object(s)
- ndims d = ndims(s) : get the dimensionality of iData object
- prod s = prod(a,dim) : computes the product of iData objects elements
- reducevolume h = reducevolume(s, factor) : reduce an iData object size
- set [s,...] = set(s, 'PropertyName', Propertyvalue, ...) : set iData properties
- size size(s) : get iData object size (number of elements)
- strfind [match, field]=strfind(s, pattern, option) : search for pattern in iData
- surf h = surf(s,option) : Plot a 2D/3D object as surface
- title b = title(s,label) : Change iData Signal label
- xlabel b = xlabel(s,label) : Change iData X axis label
- ylabel b = ylabel(s,label) : Change iData Y axis label
- zeros s = zeros(s,N,M,P,...) : initialize an iData array
This function is called by:
- colormap h=colormap(objects, colormaps, ..., options): Produce surfaces from iData 2D objects with different colormaps
Generated on Tue 27-Nov-2018 10:56:24 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1