get
Description
Examples
Input Arguments
Tips
To return only one entry value as specified by
key
, you can also use the syntaxvalue = store(key)
.
Version History
Introduced in R2022a
See Also
ValueStore
| isKey
| keys
| remove
| put
To return only one entry value as specified by key
, you can also
use the syntax value = store(key)
.
Introduced in R2022a
ValueStore
| isKey
| keys
| remove
| put