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

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

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


c = obj.constraintoptions;