www.gusucode.com > mbcexpr 工具箱 matlab 源码程序 > mbcexpr/@cgconstraint/concheck.m

    function out=concheck(obj)
%CONCHECK Return ability to calculate constraint
%
%  OK = CONCHECK(M) returns true if the model M can calculate the constraint
%  boundary for model

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


out = 1;