davestanley/MultiDi​mensionalDictionary

버전 2.0.0.0 (18.3 MB) 작성자: David Stanley
MDD allows the implementation of multidimensional Python-esque dictionaries in MATLAB.
다운로드 수: 110
업데이트 날짜: 2018/4/30

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 (2024). davestanley/MultiDimensionalDictionary (https://github.com/davestanley/MultiDimensionalDictionary), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2014b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Dictionaries에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음

버전 게시됨 릴리스 정보
2.0.0.0

Updated description
Pointed to new github repo
Updated description

1.0.0.0

Updated description

Updated description again
updated readme

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.