Object containing matrix and heatmap display properties
The HeatMap
function creates a HeatMap
object. You can use the object to display a heatmap (2-D color image) of matrix
data.
hmObj
= HeatMap(
displays a heatmap (2-D color image) of data
)data
and returns an object
containing the data and display properties.
hmObj
=
HeatMap(
sets the object properties using
name-value pairs. For example, data
,Name,Value
)HeatMap(data,'Annotate',true)
displays
data values in the heatmap. You can specify multiple name-value pairs. Enclose each
property name in quotes.