主要内容

输入设定

输入类型、大小、可变大小、复/实性、常量、全局变量

函数

coder.typeof创建 coder.Type 对象来表示入口函数输入的类型
coder.resize调整 coder.Type 对象的大小
coder.newtypeCreate coder.Type object to represent type of an entry-point function input
coder.varsize解决大小不兼容性错误并声明上界
coderTypeEditorLaunch the Coder Type Editor dialog box

coder.ArrayType表示输入设定可接受的一组 MATLAB 数组
coder.CellTypeRepresent set of MATLAB cell arrays
coder.ClassTypeRepresent set of MATLAB classes acceptable for input specification
coder.ConstantSpecification of constant value for code generation
coder.EnumTypeRepresent set of MATLAB enumerations acceptable for input specification
coder.FiTypeRepresent set of MATLAB fixed-point arrays acceptable for input specification
coder.PrimitiveTypeRepresent set of logical, numeric, or character arrays acceptable for input specification
coder.StructType表示输入设定可接受的一组 MATLAB 结构体数组
coder.Type表示输入设定可接受的一组 MATLAB

主题