Home > Objects > @iData > combine.m

iFit/combine

PURPOSE ^

c = combine(a,b) : combines iData objects

SYNOPSIS ^

function c = combine(a,varargin)

DESCRIPTION ^

 c = combine(a,b) : combines iData objects

   @iData/combine (\) function to combine data sets
     A fast notation for combine(a,b) is a\b
     To combine a set of iData objects use combine([ a b c ...])

     The combine operator (aka merge) is defined as:
       (S1+S2) over monitor (M1+M2)
     where S1,M1 and S2,M2 and the Signal and Monitor of the two objects.

 input:  a: object or numerical array (iData or numeric)
         b: object or numerical array (iData or numeric)
 output: c: object (iData)
 ex:     c=combine(a,b); or combine([ a b ])

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

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