PURPOSE
imroi: define a region of interest on a data set
SYNOPSIS
function [b, mask, f] = imroi(a, options)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- copyobj b = copyobj(s) : makes a copy of iData object
- disp disp(s) : display iData object (details)
- end b = end(s,index,n) : end value for iData objects
- floor b = floor(s) : lower integer round of iData object
- 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
- isfield b = isfield(s, field) : check existence of field/alias in iData objects
- 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
- meshgrid s = meshgrid(a) : transforms an iData object so that its axes are grids
- ndims d = ndims(s) : get the dimensionality of iData object
- 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
- set [s,...] = set(s, 'PropertyName', Propertyvalue, ...) : set iData properties
- setalias [s,...] = setalias(s, AliasName, AliasLink, {AliasLabel}) : set iData aliases
- size size(s) : get iData object size (number of elements)
- sqrt b = sqrt(s) : square root value of iData object
- sum s = sum(a,dim) : computes the sum of iData objects elements
- zeros s = zeros(s,N,M,P,...) : initialize an iData array
This function is called by:
Generated on Tue 27-Nov-2018 10:56:24 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1