Main Content
remove
Delete key-value pairs from Map
object
Syntax
Description
Note
dictionary
is recommended over
containers.Map
because it accepts more data types as
keys and values and provides better performance. (since R2022b)
remove(
deletes the specified keys, and the values associated with them, from the input
M
,keySet
)Map
object.
Examples
Input Arguments
Version History
Introduced in R2008b