www.gusucode.com > rtw 工具箱matlab源码程序 > rtw/+coder/+report/generate.m

    function generate(sys,varargin)
% coder.report.generate
%
%    Generate code generation report.
%
%    coder.report.generate(MODEL) generates the code generation report for the
%    MODEL. The build folder for the model should be present in the current
%    working folder. 
%
%    coder.report.generate(SUBSYSTEM) generates the code generation report
%    for the SUBSYSTEM.
%
%    coder.report.generate(MODEL,NAME,VALUE) generates the code generation
%    report according to the Configuration Parameters > Code Generation >
%    Report pane options specified as Name,Value pair arguments.
%
%    See also coder.report.open.

%   Copyright 2011-2012 The MathWorks, Inc.

rtw.report.generate(sys,varargin{:});