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

    function setConstraints(obj,c)
%SETCONSTRAINTS Sets the constraint data
%
% obj.setConstraints(c)
%
% c must be a numeric matrix, the same size as each data set.

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


obj.constraints = c;