I have a 24x2
matrix in matlab. I need to represent this data in a table but also make sure that each of the rows are colored on various hues of a colors (like a heat map) based on the values of the second column.
Is there a matlab function that can render such table figures? Or is there any other language or tool that can support such a facility?