I have a matrix 24x2in matlab. I need to present this data in a table, but also make sure that each row is colored in different shades of colors (for example, heat maps) based on the values of the second column.
Is there a matlab function that can display such tables? Or is there any other language or tool that can support such an object?
source
share