www.gusucode.com > bioinfo 案例源码程序 matlab代码 > bioinfo/PlotAHeatmapOfDataMatrixExample.m

    %% Plot a heatmap of a data matrix
% This example shows plot a heatmap of a data matrix

% Copyright 2015 The MathWorks, Inc.


%%
% Create a matrix of data.
data = gallery('invhess',20);

%%
% Display a 2-D color image of the data.
hmo = HeatMap(data)