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

    function OK = istransient(L)
%ISTRANSIENT a localusermod is transient if its internal model is transient.
%
% OK = istransient(L);

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

OK = istransient(L.userdefined);