Main Content

autosar_ui_launch

Open AUTOSAR Dictionary dialog box

Description

autosar_ui_launch(model) opens the AUTOSAR Dictionary dialog box with settings for the specified open model.

example

Examples

collapse all

Open the AUTOSAR Dictionary dialog box with settings for an AUTOSAR example model.

hModel = 'autosar_swc';
openExample(hModel)
autosar_ui_launch(hModel)

Input Arguments

collapse all

Model for which to open the AUTOSAR Dictionary dialog box, specified as a handle, character vector, or string scalar representing the model name.

Example: 'autosar_swc'

Version History

Introduced in R2013b