Main Content

autosar_ui_launch

Open AUTOSAR Dictionary dialog box

Description

example

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

Examples

collapse all

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

hModel ='autosar_swc'; addpath(fullfile(matlabroot,'/examples/autosarblockset/main')); open_system(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