Open AUTOSAR Dictionary dialog box
autosar_ui_launch(model)
example
autosar_ui_launch(model) opens the AUTOSAR Dictionary dialog box with settings for the specified open model.
model
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)
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'
'autosar_swc'
autosar.api.create | autosar_ui_close
autosar.api.create
autosar_ui_close