PURPOSE
s = rotate(a, theta) : computes the rotation of iData objects around the origin
SYNOPSIS
function s = rotate(a, theta)
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
- cos b = cos(s) : computes the cosine of iData object
- end b = end(s,index,n) : end value for 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
- iData
- interp [b...] = interp(s, ...) : interpolate iData object
- 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
- 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
- setaxis s = setaxis(s, rank, alias, value) : set iData axes
- sin b = sin(s) : computes the sine of iData object
- size size(s) : get iData object size (number of elements)
- times c = times(a,b) : computes the product of iData objects
- unique s = unique(a,dim) : set unique iData objects axes with no repetitions
- 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