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.
引用格式
Eivind Hennestad (2024). Catalog (https://github.com/ehennestad/Catalog/releases/tag/v0.9.0.1), GitHub. 检索时间: .
MATLAB 版本兼容性
创建方式
R2023b
兼容任何版本
平台兼容性
Windows macOS Linux标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!catalog
catalog/+catalog/+mixin
catalog/+catalog/+serializer
catalog/+catalog/+serializer/+abstract
catalog/+catalog/+utility/+struct
版本 | 已发布 | 发行说明 | |
---|---|---|---|
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 |
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库。
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库。