I am trying to create a heat map using MATLAB, but the default function in MATLAB program doesn't any sense to me.
http://www.mathworks.com/help/bioinfo/ref/heatmap.html
Is there anyone who can help me with labeling first, so that I can read through the other function myself after that? Or is there any other program which will have a more user-friendly interface?
HeatMap(Data, ...'RowLabels', RowLabelsValue, ...) I have a data set of a 81*2 matrix and my label is a 81*1 cell for x-axis and 1*2 for y-axis. Now I can successfully import the excel data and plot the data using a heat map, but I have a hard time fill in the variable in the HeatMap function.
Thanks so much.
