Main Content

autosar_ui_close

Close AUTOSAR Dictionary dialog box

Description

example

autosar_ui_close(model) closes the AUTOSAR Dictionary dialog box for the specified open model.

Examples

collapse all

Open the AUTOSAR Dictionary dialog box with settings for an AUTOSAR example model, and then close the dialog box.

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

Input Arguments

collapse all

Model for which to close 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 R2014b