Main Content

Report Generation

Generate reports of code generation results

With an HTML code generation report you can view the source files of the generated code and analyze information about the generated code such as code generation objectives, subsystems, code interface, and static code metrics. The code generation report provides traceability between the code and elements of the model. Include a Web view of the model to share your model and generated code outside of the MATLAB environment.

Functions

coder.report.openOpen existing HTML code generation report
coder.report.generateGenerate HTML code generation report
coder.report.generateCodeMetricsGenerate static code metrics report (Since R2020b)
coder.report.closeClose HTML code generation report

Topics