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

    function str=plainview(m,VarName)
% MODEL/PLAINVIEW string for viewing without TeX formatingf

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



% --------------------------------------------
% Call methods that supply all the information
Expr =    str_code(m,0);
fX =      str_func(m,0);
ytrans =  str_yinv(m,0);
chModel = char(m);
str = {Expr,fX,chModel,ytrans};