Tuesday, January 27, 2009

Matlab: hash tables

Unfortunately, Matlab does not have hash table functionality by itself. However, Matlab is based on Java, and provides programing interface to java classes. Consequently, it is possible to use Hash tables from Java!

Previously, I described one possible solution to that problem using Java hash tables. Although, it was written a while ago, for Matlab 2007a, it still should be useful.