PURPOSE
h = plot(s, method, ...) : plot iData object
SYNOPSIS
function h=plot(a, varargin)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- char c = char(s) : convert iData into character
- contour3 h = contour3(s,option) : Plot a 2D/3D object as 3D contour
- end b = end(s,index,n) : end value for iData objects
- find d = find(s) : find iData signal non zeros values
- findfield [match, types, nelements]=findfield(iData, field, option) : look for iData fields
- findobj [s,...]=findobj(s,...) : look for existing iData objects
- get [...] = get(s, 'PropertyName', ...) : get iData object properties
- getalias [link, label,names] = getalias(s, 'AliasName') : get iData alias
- getaxis [val, lab] = getaxis(s, AxisIndex) : get iData axis value and label
- interp [b...] = interp(s, ...) : interpolate iData object
- isempty isempty(s) : true for empty iData object
- isfield b = isfield(s, field) : check existence of field/alias in iData objects
- isnan b = isnan(s) : True for NaN iData object elements
- isvector b = isvector(s) : True for vector iData object
- label b = label(s, alias, label) : Change iData label for a given alias/axis
- 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
- plot h = plot(s, method, ...) : plot iData object
- prod s = prod(a,dim) : computes the product of iData objects elements
- reducevolume h = reducevolume(s, factor) : reduce an iData object size
- resize c = resize(a) : resize/rebin the object Signal
- rmaxis s = rmaxis(s, Axis) : delete iData axes
- set [s,...] = set(s, 'PropertyName', Propertyvalue, ...) : set iData properties
- size size(s) : get iData object size (number of elements)
- sort s = sort(a,dim) : Sort iData objects axes in ascending or descending order
- squeeze c = squeeze(a) : remove singleton dimensions from iData objects/arrays
- strfind [match, field]=strfind(s, pattern, option) : search for pattern in iData
- title b = title(s,label) : Change iData Signal label
- transpose b = transpose(s) : non-conjugate transpose of iData object
- xlabel b = xlabel(s,label) : Change iData X axis label
- ylabel b = ylabel(s,label) : Change iData Y axis label
- zlabel b = zlabel(s,label) : Change iData Z axis label
This function is called by:
- contour h = contour(s,option) : Plot a 2D/3D object as contour
- contour3 h = contour3(s,option) : Plot a 2D/3D object as 3D contour
- contourf h = contourf(s,option) : Plot a 2D/3D object as filled contour
- cwt b = cwt(s,dim,scales,wname,'wname',...) : Continuous wavelet transform
- edit edit(s) : edit iData object Signal/Monitor
- getframe frame = getframe(s, dim, options) : create an iData object thumbnail/frame matrix
- image h = image(r,g,b, option) : Plot up to 3 images overlayed on the RGB channels
- imroi imroi: define a region of interest on a data set
- mesh h = mesh(s,option) : Plot a 2D/3D object as mesh
- pcolor h = pcolor(s,option) : Plot a 2D/3D object as a flat matrix image
- plot h = plot(s, method, ...) : plot iData object
- plot3 h = plot3(s,option) : Plot a 2D/3D object as separate points or semi-transparent volume
- saveas f = saveas(s, filename, format, options) : save iData object into various data formats
- scatter h = scatter(s,option) : Plot a 2D/3D object as separate colored points
- scatter3 h = scatter3(s,option) : Plot a 2D/3D object as separate colored points
- slice slice(s) : Plot a 2D/3D object with slice rendering
- subplot h = subplot(s) : plot iData array as subplots
- surf h = surf(s,option) : Plot a 2D/3D object as surface
- surfc h = surfc(s,option) : Plot a 2D/3D object as surface+contour
- surfl h = surfl(s,option) : Plot a 2D/3D object as surface with light
- waterfall h = waterfall(s,option) : Plot a 2D/3D object as waterfall (side by side lines)
Generated on Tue 27-Nov-2018 10:56:24 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1