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: Nov. 26, 2018
 See also iData, iData/setaxis, iData/getaxis, iData/interp, iData/union

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