add
Add single key-value pair to KeyValueStore
Syntax
Description
Examples
Input Arguments
Tips
Avoid using
add
in a loop, as it can negatively affectmapreduce
execution time. Instead, use cell arrays to collect multiple values (using vectorized operations if possible) and use a single call toaddmulti
.
Version History
Introduced in R2014b