# Created by Octave 3.2.4, Tue Nov 23 12:53:27 2010 EST <mockbuild@jetta.math.Princeton.EDU.private>
# name: cache
# type: cell
# rows: 3
# columns: 1
# name: <cell-element>
# type: string
# elements: 1
# length: 9
intersect
# name: <cell-element>
# type: string
# elements: 1
# length: 387
 -- Function File:  intersect (A, B)
 -- Function File: [C, IA, IB] = intersect (A, B)
     Return the elements in both A and B, sorted in ascending order.
     If A and B are both column vectors return a column vector,
     otherwise return a row vector.

     Return index vectors IA and IB such that `a(ia)==c' and `b(ib)==c'.


   See also: unique, union, setxor, setdiff, ismember


# name: <cell-element>
# type: string
# elements: 1
# length: 63
Return the elements in both A and B, sorted in ascending order.

