rtwreport
(To be removed) Create generated code report for model with Simulink Report Generator
rtwreport will be removed in a future release. Use
coder.report.generate instead. For more information, see Version History.
Description
rtwreport( creates a report of
code generation information for a model. Before creating the report, the
function loads the model and generates code. The code generator names the report
model)codegen.html. It places the file in your current folder.
The report includes:
Snapshots of the model, including subsystems.
Block execution order list.
Code generation summary with a list of generated code files, configuration settings, a subsystem map, and a traceability report.
Full listings of generated code that reside in the build folder.
rtwreport(
specifies the build folder,
model,folder). The build
folder (model_target_rtwfolder) and slprj folder must
reside in the Code generation folder. If the
software cannot find the folder, an error occurs and code
is not generated.
Input Arguments
Version History
Introduced in R2007aSee Also
Topics
- Document Generated Code with Simulink Report Generator
Import Generated Code(Simulink Report Generator)- Working with Report Explorer (MATLAB Report Generator)
Code Generation Summary(Simulink Report Generator)