Catalog

版本 0.9.0.1 (11.8 KB) 作者: Eivind Hennestad
A catalog datatype for MATLAB
7.0 次下载
更新时间 2024/1/30

Catalog

A catalog datatype for MATLAB

A catalog is a collection of unique, named and ordered items.

Class Description

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).

Key Differences from a Table with Row Entries:

  • 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.

Installation

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 仓库