Main Content
lookup
Description
value = lookup(
returns the value corresponding to d
,key
)key
in dictionary
,
d
. If no entry corresponds to key
then
lookup
throws an error.
value = lookup(d,key)
is equivalent to value =
d(key)
.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2023bSee Also
dictionary
| insert
| remove
| entries
| keys
| values
| isKey
| types
| configureDictionary
| isConfigured
| numEntries