coder.ReportInfo Properties
Code generation report information
The coder.ReportInfo
properties contain information about code
generation settings, input files, generated files, code generation messages, code insights,
and build logs. All
coder.ReportInfo
properties are read-only. You can use dot notation to query
these properties.
You do not directly create a coder.ReportInfo
object. When you export
code generation report information to a variable in your base MATLAB® workspace, a coder.ReportInfo
object is automatically created
that contains this information. See Access Code Generation Report Information Programmatically.
Note
Your MATLAB source code is included in the properties of the
coder.ReportInfo
object.
Version History
Introduced in R2019a