MATLAB: ‘HeatMap’ not found, but DataMatrix is

bioinformatic toolboxBioinformatics Toolboxdatamatrixheatmap

Hello,
I'm working with Matlab R2009a and the Bioinformatics Toolbox Version 3.3. I was trying to create a heatmap, but Matlab could not find the HeatMap function. However,
which DataMatrix
returns the appropriate filepath. Since both functions are part of the Bioinformatics Toolbox, I'm a little confused as to why this is the case.
When I moved to a machine with Matlab R2010a, Bioinformatics Toolbox, Version 3.5, both functions worked. Is there some difference in the toolboxes?
Thanks.

Best Answer

According to this discussion HeatMap was introduced in R2009b, toolbox version 3.4.
Related Question