Home > Objects > @iData > times.m

iFit/times

PURPOSE ^

c = times(a,b) : computes the product of iData objects

SYNOPSIS ^

function c = times(a,b)

DESCRIPTION ^

 c = times(a,b) : computes the product of iData objects

   @iData/times (*) function to compute the product of data sets=a.*b
     the square of a single iData object should rather be computed 
     using the power law.

 input:  a: object or array (iData or numeric)
         b: object or array (iData or numeric)
 output: c: object or array (iData)
 ex:     c=a.*2;

 Version: Nov. 26, 2018
 See also iData, iData/minus, iData/plus, iData/times, iData/rdivide, iData/power

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