configureDictionary
Description
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.