Introduction to Dictionaries in MATLAB
Dictionary is a MATLAB® data type that stores key/value pairs of almost any MATLAB type. Dictionaries return a value for a given key. Lookup times are independent of the size of the dictionary. Dictionaries in MATLAB support vectorized insertion, lookup, and deletion.
Published: 30 Sep 2022