Documentation

编码器。Type class

Package:coder

Represent set ofMATLABvalues

Description

Specifies the set of values that the generated code should accept. Use only with thecodegen-argsoption. Do not pass as an input to a generated MEX function.

Construction

编码器。Typeis an abstract class, and you cannot create instances of it directly. You can create编码器。Constant,编码器。EnumType,编码器。FiType,编码器。PrimitiveType,编码器。StructType, and编码器。CellTypeobjects that are derived from this class.

Properties

ClassName

Class of values in this set

Copy Semantics

Value. To learn how value classes affect copy operations, seeCopying Objects(MATLAB).

Introduced in R2011a

Was this topic helpful?