www.gusucode.com > mbcmodels 工具箱 matlab 源码程序 > mbcmodels/@xregexportmodel/isSwitchModel.m

    function ret = isSwitchModel(m)
%ISSWITCHMODEL Return true if model is a switching model
%
%  RET = ISSWITCHMODEL(M) returns true for switching models.  These model
%  types have valid evaluations only at certain input points.

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


ret = false;