configureDictionary
R2026bDescription
creates a d = configureDictionary(keyType,valueType)dictionary with
no entries that accepts keys of type keyType and values of type
valueType.
Examples
Input Arguments
Tips
The data type for keys and values must be a non-abstract class name or a subclass of
matlab.mixin.Heterogeneous.If you specify
charas the key type or value type,configureDictionaryconverts the type tostring.