Main Content
getFunctions
Class: Simulink.CodeImporter.ParseInfo
Namespace: Simulink.CodeImporter
Syntax
fcnobjs = getFunctions(obj.ParseInfo)
Description
,
where fcnobjs
= getFunctions(obj.ParseInfo
)obj
is an object of class Simulink.CodeImporter
or
sltest.CodeImporter
, returns an array of objects of class
Simulink.CodeImporter.Function
with detailed information on all Simulink® compatible functions in the custom code.
Note
If your code has a function with a pointer output, specify the size of the output by setting the port specification in the returned function object.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2021a