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

    function setConstraintOptions(obj,c)
%SETCONSTRAINTSOPTIONS For recording the current "show contstaints" options
%
% obj.setConstraintOptions(c)
%
% c is a logical array.  The length depends on the plot type, and
% should reflect the state of the checkboxes in the data selector.

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


obj.constraintoptions = c;