dict

General purpose data storage object
2,3K téléchargements
Mise à jour 29 avr. 2008

Afficher la licence

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.

Citation pour cette source

Doug Harriman (2026). dict (https://fr.mathworks.com/matlabcentral/fileexchange/19647-dict), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2008a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Call Python from MATLAB dans Help Center et MATLAB Answers
Remerciements

Inspiré par : lookupTable

A inspiré : Dictionary data structure

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0

Slight performance optimization. Added method to rename keys.