coder.Type - Represent set of MATLAB values acceptable for input specification - MATLAB (original) (raw)

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 thecodegen command. Do not pass as an input to a generated MEX function.

Properties

expand all

ClassName — Value class name

coder.CellType | coder.ClassType | coder.Constant | coder.EnumType | coder.FiType | coder.OutputType | coder.PrimitiveType | coder.StructType

Value class name, returned as an object of one of these classes.

Version History

Introduced in R2011a