createModel
Create Simulink implementation model for AUTOSAR architecture component or composition
Since R2020a
Description
createModel(
creates Simulink® implementation model component
,modelName
)modelName
with the same interface as
the specified AUTOSAR architecture component and links the component to the implementation
model. The component
argument is a component handle returned by a
previous call to addComponent
. If not specified,
modelName
defaults to the name of the component.
createModel(
creates Simulink implementation model composition
,modelName
) modelName
with the same interface as
the specified AUTOSAR architecture composition and links the composition to the
implementation model. The composition
argument is a composition handle
returned by a previous call to addComposition
. If not specified,
modelName
defaults to the name of the composition.
Examples
Input Arguments
Version History
Introduced in R2020a
See Also
linkToModel
| addComponent
| addComposition
| importFromARXML