dict

Dictionary implementation in Matlab, based around java.util.HashMap()

Ahora está siguiendo esta publicación

A full dictionary implementation in MATLAB, for releases before R2022b, where the dictionary class was included. This implementation supports arbitrary input types. It also does not lock the input/output types, offering some advantages over 'dictionary'. The keys and values are NOT stored in the original order that they were entered, but they are displayed in consistent orders between the keys/values. The indexing operations on this object are overloaded, and do not allow for arrays of dict objects. Not recommended for large dictionaries of objects.

Citar como

Nathan (2026). dict (https://la.mathworks.com/matlabcentral/fileexchange/182310-dict), MATLAB Central File Exchange. Recuperado .

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión desde R2019b hasta R2025b

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.1

1. overwriting keys by assignment is now supported.
2. serialization casts to char instead of typecasts to char, which wasn't supported before R2024

1.0.0