Simulink.CodeImporter.Function Class
Namespace: Simulink.CodeImporter
Access and configure detailed information about parsed custom code functions
Since R2021a
Description
Access detailed information about parsed custom code functions obtained from
        Simulink.CodeImporter or sltest.CodeImporter class instance.
      Configure information about custom code functions for importing into Simulink®.
The Simulink.CodeImporter.Function class is a handle class.
Creation
One or more objects of this class are automatically created when you invoke the
        getFunctions method of an object of class
        Simulink.CodeImporter.ParseInfo. A
        Simulink.CodeImporter.Function object is created for each function in the
      parsed custom code for which getFunctions is invoked. Do not create an object
      of class Simulink.CodeImporter.Function directly.
Properties
Methods
Examples
Version History
Introduced in R2021a