www.gusucode.com > mbc 工具箱 matlab 源码程序 > mbc/@mbcmodel/@abstractnode/pFindUddChildForPointer.m

    function ch = pFindUddChildForPointer(list,  p)
%PFINDUDDCHILDFORPOINTER A short description of the function.
%
%   CH = PFINDUDDCHILDFORPOINTER(LIST, P)

%   Copyright 2005 The MathWorks, Inc.

findfcn =  @(n)isequal( address( n.Object ), p );
ch = find( list, '-function', findfcn );