defineArgument
Class: clibgen.FunctionDefinition
Namespace: clibgen
Add input argument definition for C++ package function
Syntax
Description
defineArgument(
adds an input argument definition for a C++ package function.FunctionDefinition
,CPPName
,MATLABType
)
defineArgument(
defines whether argument is input, output, or both.FunctionDefinition
,CPPName
,MATLABType
,Direction
)
defineArgument(
provides information about data dimensions.FunctionDefinition
,CPPName
,MATLABType
,Direction
,Shape
)
defineArgument(___,
adds additional argument definition options specified by one or more
Name,Value
)Name,Value
pair arguments, and can include any of the input
parameters in previous syntaxes.
Input Arguments
Name-Value Arguments
Version History
Introduced in R2019a