textReport
Export code generation readiness report to base workspace as a character vector
Since R2022a
Description
returns a character vector myreport
= textReport(info
)myreport
that contains the code generation
readiness report described by the coder.ScreenerInfo
object
info
.
The object info
and the character vector myreport
contain two different representations of the code generation readiness report. If you want
to display the entire report at the command line for manual inspection, use the character
vector representation. If you want to programmatically retrieve information from specific
parts of the report (for example, to create your own customized report), use the object
representation. See coder.ScreenerInfo Properties.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022a