Main Content

show

View contents of Simulink interface dictionary in standalone viewer

Since R2022b

Description

example

show(dictObj) displays the dictionary contents in the standalone interface editor.

Examples

collapse all

To display the dictionary contents in the standalone interface editor, use the show function. For an example that shows more of the workflow for related functions, see Create and Configure Interface Dictionary.

show(dictAPI);

Image of standalone interface editor

Input Arguments

collapse all

Interface dictionary, specified as a Simulink.interface.Dictionary object. Before you use this function, create or open dictObj by using Simulink.interface.dictionary.create or Simulink.interface.dictionary.open.

Version History

Introduced in R2022b

expand all