www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@xregbdrydev/getconstrainttypes.m

    function classes=getconstrainttypes(ignore_obj)
%GETCONSTRAINTTYPES List of available constraint types
%
%  C=GETCONSTRAINTTYPES(OBJ)  returns a cell array containing handles to
%  constructors for all of the constraint types that work with this OBJ.

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


classes = {@constar, @conrange, @conellipsoid, @conconvexhull};