MATLAB: Is it possible to create a hashtable with a builtin MATLAB 7.8 (R2009a) function

hashMATLABtable

I want to store data in a hashtable. I am not familiar with hashtables enough to write my own implementation and want an out-of-the-box implementation in MATLAB.

Best Answer

MATLAB implements a hastable using a MATLAB class called containers.Map.
For more information about this MATLAB class, please see MATLAB documentation at:
You may access the same page locally by typing the following at the MATLAB prompt:
web([docroot '/techdoc/matlab_prog/brqqo5e-1.html'])