dict

General purpose data storage object
2.3K Downloads
Updated 29 Apr 2008

View License

DICT is a general purpose data storage object similar to the DICT object in Python. Data is stored as key/value pairs. Keys and values can be any Matlab data type.

Cite As

Doug Harriman (2024). dict (https://www.mathworks.com/matlabcentral/fileexchange/19647-dict), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Call Python from MATLAB in Help Center and MATLAB Answers
Acknowledgements

Inspired by: lookupTable

Inspired: Dictionary data structure

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0

Slight performance optimization. Added method to rename keys.