dict

バージョン 1.0.0.0 (3.35 KB) 作成者: Doug Harriman
General purpose data storage object
ダウンロード: 2.3K
更新 2008/4/29

ライセンスの表示

DICT is a general purpose data storage object similar to the DICT object in Python. Data is stored as key/value pairs. Keys and values can be any Matlab data type.

引用

Doug Harriman (2025). dict (https://www.mathworks.com/matlabcentral/fileexchange/19647-dict), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2008a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCall Python from MATLAB についてさらに検索
謝辞

ヒントを得たファイル: lookupTable

ヒントを与えたファイル: Dictionary data structure

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

Slight performance optimization. Added method to rename keys.