Home > Objects > @iData > intersect.m

iFit/intersect

PURPOSE ^

[ai,bi] = intersect(a, b) : computes object intersection area and values

SYNOPSIS ^

function [ai,bi] = intersect(a, b)

DESCRIPTION ^

 [ai,bi] = intersect(a, b) : computes object intersection area and values

   @iData/intersect function to intersect axes data sets
   This function computes the common intersection between data sets
   Resulting objects are returned, e.g. for performing further operations
     ai = intersect(a) where 'a' is an object array computes intersection of all elements

 input:  a: object or array (iData)
         b: object (iData)
 output: ai: object or array (iData)
         bi: object or array (iData)
 ex:     b=intersect(a, a);

 Version: Aug. 22, 2017
 See also iData, iData/setaxis, iData/getaxis, iData/interp, iData/union

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