PURPOSE
hist(a, axis1, axis2, ...) computes the accumulated histogram from event data sets
SYNOPSIS
function c=hist(a, varargin)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- cell [content,fields]=cell(s) : convert iData objects into cells
- copyobj b = copyobj(s) : makes a copy of iData object
- end b = end(s,index,n) : end value for iData objects
- event c = event(a) : build an event list
- fill FILL fill-in over missing data
- get [...] = get(s, 'PropertyName', ...) : get iData object properties
- getaxis [val, lab] = getaxis(s, AxisIndex) : get iData axis value and label
- hist hist(a, axis1, axis2, ...) computes the accumulated histogram from event data sets
- iData
- isempty isempty(s) : true for empty iData object
- 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
- linspace v = linspace(a,b,n) : creates a linearly spaced vector of objects
- 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
- not b = not(s) : computes the logical 'not' of iData object
- rmalias s = rmalias(s, AliasName) : removes iData aliases
- rmaxis s = rmaxis(s, Axis) : delete iData axes
- 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)
- sqrt b = sqrt(s) : square root value of iData object
- strfind [match, field]=strfind(s, pattern, option) : search for pattern in iData
- subsref b = subsref(a,s) : iData indexed references
- zeros s = zeros(s,N,M,P,...) : initialize an iData array
This function is called by:
- hist hist(a, axis1, axis2, ...) computes the accumulated histogram from event data sets
- interp [b...] = interp(s, ...) : interpolate iData object
- kmeans [b,c] = kmeans(X, k) : k-means clustering of iData object
- meshgrid s = meshgrid(a) : transforms an iData object so that its axes are grids
- slice slice(s) : Plot a 2D/3D object with slice rendering
Generated on Tue 27-Nov-2018 10:56:24 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1