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: Aug. 22, 2017
 See also iData, iData/combine

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Tue 22-Aug-2017 11:03:30 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1