Close AUTOSAR Dictionary dialog box
autosar_ui_close(model)
example
autosar_ui_close(model) closes the AUTOSAR Dictionary dialog box for the specified open model.
model
collapse all
Open the AUTOSAR Dictionary dialog box with settings for an AUTOSAR example model, and then close the dialog box.
hModel = 'autosar_swc'; addpath(fullfile(matlabroot,'/examples/autosarblockset/main')); open_system(hModel) autosar_ui_launch(hModel) autosar_ui_close(hModel)
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'
'autosar_swc'
autosar.api.create | autosar_ui_launch
autosar.api.create
autosar_ui_launch