defineArgument
Class: clibgen.MethodDefinition
Namespace: clibgen
Add input argument definition for C++ method
Syntax
Description
defineArgument(
adds an input argument definition for a C++ method.MethodDefinition
,CPPName
,MATLABType
)
defineArgument(
defines whether argument is input, output, or both.MethodDefinition
,CPPName
,MATLABType
,Direction
)
defineArgument(
provides information about data dimensions.MethodDefinition
,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