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

    function out=isconstant(obj)
%ISCONSTANT Indicate whether object is a constant
%
%  returns 0/1

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


out = 0;