www.gusucode.com > mbc 工具箱 matlab 源码程序 > mbc/@xregpointer/union.m

    function s= union(p,q)

% Copyright 2004 The MathWorks, Inc.

s= p;
s.ptr= union(p.ptr,q.ptr);