coder.Method Properties
Description of method in a MATLAB class used in code generation
coder.Method
properties contain the description of a method in
a MATLAB® class that is used in code generation. All
coder.Method
properties are read-only. You can use dot notation to query
these properties.
You do not directly create a coder.Method
object. A
coder.ReportInfo
object contains one coder.Method
object
for every method in the MATLAB classes that are used in code generation. These coder.Method
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