dict

版本 1.0.0.0 (3.3 KB) 作者: Doug Harriman
General purpose data storage object
2.3K 次下载
更新时间 2008/4/29

查看许可证

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.

引用格式

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

MATLAB 版本兼容性
创建方式 R2008a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Call Python from MATLAB 的更多信息
致谢

参考作品: lookupTable

启发作品: Dictionary data structure

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Slight performance optimization. Added method to rename keys.