Home > Objects > @iData > min.m

iFit/min

PURPOSE ^

[m,id] = min(a,b, dim) : computes the maximum value of iData object(s)

SYNOPSIS ^

function [m,id] = min(a,b, dim)

DESCRIPTION ^

 [m,id] = min(a,b, dim) : computes the maximum value of iData object(s)

   @iData/min function to compute the maximum value of data sets.
     min(iData) returns a single value as the maximum value of the iData signal
     min(a,b)   returns an object which signal is the highest of a and b.
     min(a,[], dim) returns min value along dimension 'dim'

 input:  a: object or array (iData)
         b: object or array (iData/double)
         dim: dimension on which to operate

 output: m:  maximum value (double/iData)
         id: returns the indices of the maximum value (integer)
 ex:     b=min(a);

 Version: Nov. 26, 2018
 See also iData, min, iData/max

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1