The following Matlab project contains the source code and Matlab examples used for hash table declaration.
H = hash;
H('key') = value; %assign value to key
v = H('key'); % retrieve value for a key
H.
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Project Files:
File Name | Size |
---|---|
display.m | 412 |
hash.m | 1083 |
hash_get_value.m | 967 |
hash_iskey.m | 417 |
hash_keys.m | 340 |
hash_put_value.m | 743 |
hash_remove.m | 557 |
hash_values.m | 447 |
subsasgn.m | 292 |
subsref.m | 545 |
license.txt | 1316 |