coder.Summary Properties
Summary of code generation from MATLAB code
coder.Summary
properties contain a summary of code generation
from MATLAB® code. The summary includes information about code generation
success, path to the code generation output, toolbox
licenses checked out during code generation, toolchain, and build configuration. All
coder.Summary
properties are read-only. You can use dot notation to query
these properties.
You do not directly create a coder.Summary
object. When you generate a
coder.ReportInfo
object that contains code generation report information, a
coder.Summary
object is automatically created as one of its properties.
For more information, see coder.ReportInfo Properties and Access Code Generation Report Information Programmatically.
Version History
Introduced in R2019a