getInterfaceNames

Get names of all interfaces in interface dictionary

Description

example

interfaceNames = getInterfaceNames(dictionary) gets the names of all interfaces in the interface dictionary.

Examples

collapse all

interfaceNames = getInterfaceNames(arch.InterfaceDictionary)

Input Arguments

collapse all

Data dictionary attached to the model, specified as a systemcomposer.interface.Dictionary object for the local dictionary of the model or an external data dictionary.

Output Arguments

collapse all

Interface names, specified as an array of character vectors.

Data Types: char

Introduced in R2019a