Main Content

coder.report.open

Open existing HTML code generation report

Description

example

coder.report.open(model) opens a code generation report for the model. The build folder for the model must be present in the current working folder.

example

coder.report.open(subsystem) opens a code generation report for the subsystem. The build folder for the subsystem must be present in the current working folder.

Examples

collapse all

After generating code for rtwdemo_counter, open a code generation report for the model.

coder.report.open('rtwdemo_counter')

Open a code generation report for the subsystem ‘Amplifier’ in model ‘rtwdemo_counter’.

coder.report.open('rtwdemo_counter/Amplifier')

Input Arguments

collapse all

Model name specified as a character vector

Example: rtwdemo_counter

Data Types: char

Subsystem name specified as a character vector

Example: rtwdemo_counter/Amplifier

Data Types: char

Version History

Introduced in R2012a