A catalog datatype for MATLAB
A catalog is a collection of unique, named and ordered items.
This class is something of a hybrid between a dictionary and a table. The main idea is that it will hold unique items, where an item is a structure or an object with a set of fields (properties).
- All items should be named (items can be renamed).
- All items will have a universal unique identifier (uuid) which should never change.
- Items are ordered (and reorderable), and items can be retrieved by their row number.
Install from MATLAB's Addon Manager or clone this repository.
Citation pour cette source
Eivind Hennestad (2025). Catalog (https://github.com/ehennestad/Catalog/releases/tag/v0.9.0.1), GitHub. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
catalog
catalog/+catalog/+mixin
catalog/+catalog/+serializer
catalog/+catalog/+serializer/+abstract
catalog/+catalog/+utility/+struct
Version | Publié le | Notes de version | |
---|---|---|---|
0.9.0.1 | See release notes for this release on GitHub: https://github.com/ehennestad/Catalog/releases/tag/v0.9.0.1 |
||
0.9.0 |