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

    function [sys_out,sname,GbMd]=mv2sl(m,DO_PEV,parentsys)
%MV2SL A short description of the function
%
%  OUT = MV2SL(IN)
%  

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


currentModel = get(m, 'currentmodel');
% Call mv2sl on this current model
[sys_out,sname,GbMd] = mv2sl(currentModel, DO_PEV, parentsys);