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

    function out = pevSupported(m)
% MODEL/PEVSUPPORTED - This will return 1 or 0 
% if the model supports the simulink calculation of PEV

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



% Generally PEV is NOT supported
out = 0;