coder.mapping.utils.create
Create code mappings object for configuring data and function interface for C and C++ code generation
Description
creates a code mappings environment for the specified model, if one does not exist, and
returns it as the object coderMapObj = coder.mapping.utils.create(simulinkModel)coderMapObj. Code mappings associate model data
elements and functions with configurations for C or C++ code generation. If code mappings
exist for the specified model, the function returns those code mappings as the object
coderMapObj.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020b
See Also
coder.mapping.api.get | coder.mapping.api.CodeMapping | coder.mapping.api.CodeMappingCPP (Embedded Coder)