coder.Function Properties
Description of MATLAB function used in code generation
coder.Function
properties contain the description of a
MATLAB® function that is used in code generation. All
coder.Function
properties are read-only. You can use dot notation to query
these properties.
You do not directly create a coder.Function
object. A
coder.ReportInfo
object contains one coder.Function
object
for every MATLAB function that is used in code generation. These coder.Function
objects are automatically created when you export code generation report information to a
coder.ReportInfo
object. For more information, see coder.ReportInfo Properties and Access Code Generation Report Information Programmatically.
Version History
Introduced in R2019a