Home > Objects > @iData > mldivide.m

iFit/mldivide

PURPOSE ^

c = mldivide(a,b) : a\b is fast notation for combine(a,b)

SYNOPSIS ^

function c = mldivide(a,b)

DESCRIPTION ^

 c = mldivide(a,b) : a\b is fast notation for combine(a,b)

   @iData/mldivide (\) function to combine data sets
     the 'matrix left division' notation is used to ease
     combination data sets, so that:
       a\b = combine(a,b)

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

 Version: Nov. 26, 2018
 See also iData, iData/combine

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