find
Search in array of data dictionary entries
Syntax
Description
searches the array of data dictionary entries foundEntries
= find(targetEntries
,PName1,PValue1,...,PNameN,PValueN
)targetEntries
using
search criteria PName1,PValue1,...,PNameN,PValueN
, and returns an
array of entries matching the criteria. This syntax matches the search criteria with
the properties of the target entries, which are
Simulink.data.dictionary.Entry
objects, 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 target entries.foundEntries
= find(targetEntries
,PName1,PValue1,...,PNameN,PValueN
,options
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2015a