iFit/logspace
PURPOSE 
v = logspace(a,b,n) : creates a logarithmically spaced vector of objects
SYNOPSIS 
function v = logspace(a,b,n) 
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
This function calls:
- copyobj	b = copyobj(s) : makes a copy of iData object
 - end	b = end(s,index,n) : end value for iData objects
 - get	[...] = get(s, 'PropertyName', ...) : get iData object properties
 - iData	
 - intersect	[ai,bi] = intersect(a, b) : computes object intersection area and values
 - 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
 - logspace	v = logspace(a,b,n) : creates a logarithmically spaced vector of 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
 - ones	s = ones(s,N,M,P,...) : initialize an iData array
 - 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)
 - zeros	s = zeros(s,N,M,P,...) : initialize an iData array
 
This function is called by:
- logspace	v = logspace(a,b,n) : creates a logarithmically spaced vector of objects
 
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1