coder.Type - Represent set of MATLAB values acceptable for input specification - MATLAB
Main Content
coder.Type Class
Namespace: coder
Represent set of MATLAB values acceptable for input specification
Description
Objects of coder.Type specify the values that the generated code
accepts. Use objects of this class only with the -args option of the
codegen command. Do not pass as an input to a generated MEX function.
Properties
expand all
Value class name, returned as an object of one of these classes.
coder.CellTypecoder.ClassTypecoder.Constantcoder.EnumTypecoder.FiTypecoder.OutputTypecoder.PrimitiveTypecoder.StringTypecoder.StructType
Version History
Introduced in R2011a