entries
Description
returns a
table containing the key-value pairs of the specified dictionary. Entries are returned in
the order in which the entries were added to the dictionary.E
= entries(d
)
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2022bSee Also
dictionary
| configureDictionary
| insert
| lookup
| remove
| keys
| values
| types
| numEntries
| isConfigured
| isKey