www.gusucode.com > mbcexpr 工具箱 matlab 源码程序 > mbcexpr/+cgsimfill/@EvalPoints/isLinked.m

    function islink = isLinked(V, pVar)
%ISLINKED returns true if variable is linked to another.
%
%   ISLINK = ISLINKED(V, PVAR) is TRUE if PVAR is linked.

%   Copyright 2006-2008 The MathWorks, Inc.

[notused, notused, islink] = pGetFromStore(V, pVar);