find
Search in data dictionary section
Syntax
Description
searches the data dictionary section foundEntries
= find(sectionObj
,PName1,PValue1,...,PNameN,PValueN
)sectionObj
using search
criteria PName1,PValue1,...,PNameN,PValueN
, and returns an array
of matching entries that were found in the target section. This syntax matches the
search criteria with the properties of the entries in the target section but not
with the properties of their values. See Simulink.data.dictionary.Entry
for a
list of data dictionary entry properties.
searches for data dictionary entries using additional search options. For example,
you can match the search criteria with the values of the entries in the target
section.foundEntries
= find(sectionObj
,PName1,PValue1,...,PNameN,PValueN
,options
)
Examples
Input Arguments
Output Arguments
Alternatives
You can use Model Explorer to search a data dictionary for entries using arbitrary criteria.
Version History
Introduced in R2015a