Open existing HTML code generation report
coder.report.open(model)
coder.report.open(subsystem)
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.
model
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.
subsystem
collapse all
After generating code for rtwdemo_counter, open a code generation report for the model.
rtwdemo_counter
coder.report.open('rtwdemo_counter')
Open a code generation report for the subsystem ‘Amplifier’ in model ‘rtwdemo_counter’.
Amplifier
coder.report.open('rtwdemo_counter/Amplifier')
Model name specified as a character vector
Example: ‘rtwdemo_counter’
Data Types: char
char
Subsystem name specified as a character vector
Example: ‘rtwdemo_counter/Amplifier’
rtwdemo_counter/Amplifier
coder.report.close | coder.report.generate
coder.report.close
coder.report.generate