Main Content

本页翻译不是最新的。点击此处可查看最新英文版本。

输入设定

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

函数

coder.typeofCreate coder.Type object to represent the type of an entry-point function input
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 (自 R2020a 起)

coder.ArrayTypeRepresent set of MATLAB arrays acceptable for input specification
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.StructTypeRepresent set of MATLAB structure arrays acceptable for input specification
coder.Type表示输入设定可接受的一组 MATLAB

主题