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

    function setVariables(obj,v)
%SETVARIABLES Assigns the variables from which this data was calculated
%
% obj.setVariables(v)
%
% v is an array of xregpointers to cgvalues.

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


obj.variables = v;