slreportgen.report.FunctionReference Class
Namespace: slreportgen.report
Superclasses: slreportgen.report.Reporter
Description
Use objects of the slreportgen.report.FunctionReference
class to report on
MATLAB® function references that are specifically used for calculating parameters in
Simulink® blocks. You can use a FunctionReference
object to add these
elements to your report:
A table with details about how the function is referenced by model blocks
A section with information about the function type
A section with information about the MATLAB program file (
.m
) that defines the function
The slreportgen.report.FunctionReference
class is a handle
class.
Creation
You do not create FunctionReference
objects explicitly. To create a
FunctionReference
object, use the getReporter
method with an object of the class
slreportgen.finder.FunctionReferenceResult
.
Properties
Methods
Version History
Introduced in R2022a