values
Values of dictionary.
📝 Syntax
v = values(d)
v = values(d, 'cell')
📥 Input argument
d - scalar: dictionary object.
📤 Output argument
v - values.
📄 Description
v = values(d) retrieves an array containing the values of the specified dictionary,d.
v = values(d, 'cell') optionally returns the values as a cell array.
💡 Example
🔗 See also
🕔 History
Version
📄 Description
1.5.0
initial version
Last updated
Was this helpful?