MDD allows the implementation of multidimensional Python-esque dictionaries in MATLAB.
現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
MATLAB Multidimensional Dictionary class
Summary: MDD allows the implementation of multidimensional Python-esque dictionaries in MATLAB.
Description: MDD can be interpreted in several different ways.
+ A map/dictionary that associates multiple keys with a single value
+ An N-dimensional table (a table is equivalent to an MDD object in 2-dimensions)
+ A matrix or cell array that can be indexed by using strings and regular expressions
WARNING: This is a work in progress. The core code is implemented, but documentation is missing. I will be updating it more over the coming months.
This code is similar to the multidimensional map function implemented by David Young. However, this implementation does not use MATLAB maps and instead is adds functionality to traditional MATLAB matrices and cell arrays.
Github: See GitHub page https://github.com/davestanley/MultiDimensionalDictionary
Example commands: See tutorial_MDD.m
Typical usage:
out = md(43:45,'test*', 1)
MDD objects can be indexed using normal Matlab indexing, or via regular expressions, which do a look up against previously defined axis names. The above example would return a new MDD object with indexes 43:45 along dimension 1, and with all axis values beginning with 'test' along dimension 2.
MATLAB Map Containers (https://www.mathworks.com/help/matlab/map-containers.html)
Multidimensional implementation of this by David Young (https://www.mathworks.com/matlabcentral/fileexchange/33068-a-multidimensional-map-class)
引用
David Stanley (2026). davestanley/MultiDimensionalDictionary (https://github.com/davestanley/MultiDimensionalDictionary), GitHub. に取得済み.
謝辞
ヒントを得たファイル: A multidimensional map class
一般的な情報
- バージョン 2.0.0.0 (18.3 MB)
-
GitHub でライセンスを表示
MATLAB リリースの互換性
- すべてのリリースと互換性あり
プラットフォームの互換性
- Windows
- macOS
- Linux
GitHub の既定のブランチを使用するバージョンはダウンロードできません
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 2.0.0.0 | Updated description
|
||
| 1.0.0.0 | Updated description Updated description again
|
