MATLAB Coder Classes

Alphabetical List By Category
coder.ArrayType Represent set of MATLAB arrays
coder.BuildConfig Build context during code generation
coder.CellType Represent set of MATLAB cell arrays
coder.CodeConfig codegen configuration object
coder.Constant Represent set containing one MATLAB value
coder.EmbeddedCodeConfig codegen configuration object that specifies code generation parameters for code generation with an Embedded Coder license
coder.EnumType Represent set of MATLAB enumerations
coder.ExternalDependency Interface to external code
coder.FiType Represent set of MATLAB fixed-point arrays
coder.FixptConfig Floating-point to fixed-point conversion configuration object
coder.HardwareImplementation codegen configuration object that specifies hardware implementation parameters for code generation
coder.LAPACKCallback Abstract class for specifying the LAPACK library and LAPACKE header file for LAPACK calls in generated code
coder.make.BuildConfiguration Represent build configuration
coder.make.BuildItem Represent build item
coder.make.BuildTool Represent build tool
coder.make.ToolchainInfo Represent custom toolchain
coder.MexCodeConfig codegen configuration object that specifies MEX function generation parameters
coder.PrimitiveType Represent set of logical, numeric, or char arrays
coder.SingleConfig Double-precision to single-precision conversion configuration object
coder.StructType Represent set of MATLAB structure arrays
coder.Type Represent set of MATLAB values
Was this topic helpful?