keys
Keys of dictionary.
Syntax
k = keys(d)
k = keys(d, 'cell')
Input argument
d - scalar: dictionary object.
Output argument
k - keys.
Description
k = keys(d) retrieves an array containing the keys of the specified dictionary, d.
k = keys(d, 'cell') optionally returns the keys as a cell array.
Example
See also
History
Author
Allan CORNET
Last updated