Hash table declaration

Hash table declaration

You are now following this Submission

H = hash;

H('key') = value; %assign value to key

v = H('key'); % retrieve value for a key

H.keys % return cell array of keys

H. values % return array of values

H.idx % returns sparse matrix of indexes

Remark:

The hash function used is sum of the key.

It can easily be changed if needed.

Cite As

Dimitar Atanasov (2026). Hash table declaration (https://www.mathworks.com/matlabcentral/fileexchange/26778-hash-table-declaration), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0