coder.Type class
Package: coder
Represent set of MATLAB values
Description
Specifies the set of values that the generated code should accept.
Use only with the fiaccel
-args
option.
Do not pass as an input to a generated MEX function.
Construction
Note
You can also create and edit coder.Type
objects
interactively by using the Coder Type Editor. See Create and Edit Input Types by Using the Coder Type Editor.
coder.Type
is an abstract class. To create
instances of coder.Type
class, you can use coder.typeof
, and coder.newtype
functions.
The following are the instances of coder.Type
class.
Properties
|
Class of values in this set |
Copy Semantics
Value. To learn how value classes affect copy operations, see Copying Objects.