www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgsurfview/@svdata/getVariables.m

    function v = getVariables(obj)
%GETVARIABLES Returns the xregpointers to the cgvalues which are the inputs to this plot
%
% v = obj.getVariables
%

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


v = obj.variables;