www.gusucode.com > mbcexpr 工具箱 matlab 源码程序 > mbcexpr/@cgsymvalue/getrhsptrs.m

    function out = getrhsptrs(obj)
%GETRHSPTRS Return pointers to the variables in the cgsymvalue function
%
%  PTRS = GETRHSPTRS(OBJ) returns the list of pointers to the variable
%  dictionary items that the formula depends on.

%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.


out = obj.EquationPointers;
out = out(~isnull(out));