view

Отобразите тепловую карту или кластерграмму

Синтаксис

Описание

пример

view(hm_cg_object) отображает тепловую карту или кластерграмму hm_cg_object.

Примеры

свернуть все

Создайте матрицу данных.

data = gallery('invhess',20);

Отобразите 2D цветную тепловую карту данных.

hmo = HeatMap(data);
             Standardize: '[column | row | {none}]'
               Symmetric: '[true | false].'
            DisplayRange: 'Scalar.'
                Colormap: []
               ImputeFun: 'string -or- function handle -or- cell array'
            ColumnLabels: 'Cell array of strings, or an empty cell array'
               RowLabels: 'Cell array of strings, or an empty cell array'
      ColumnLabelsRotate: []
         RowLabelsRotate: []
                Annotate: '[on | {off}]'
          AnnotPrecision: []
              AnnotColor: []
       ColumnLabelsColor: 'A structure array.'
          RowLabelsColor: 'A structure array.'
       LabelsWithMarkers: '[true | false].'
    ColumnLabelsLocation: '[ top | {bottom} ]'
       RowLabelsLocation: '[ {left} | right ]'

Figure HeatMap 1 contains an axes object. The axes object contains an object of type image.

Отобразите значения данных в тепловой карте.

hmo.Annotate = true;
view(hmo)

Figure HeatMap 1 contains an axes object. The axes object contains 401 objects of type image, text.

Используйте plot функционируйте, чтобы отобразиться, тепловая карта на другом рисунке, заданном фигурой, обрабатывают fH.

fH = figure;
hA = plot(hmo,fH);

Figure contains an axes object. The axes object contains 401 objects of type image, text.

Используйте возвращенный указатель осей hA задавать свойства осей.

hA.Title.String = 'Inverse of an Upper Hessenberg Matrix';
hA.XTickLabelMode = 'auto';
hA.YTickLabelMode = 'auto';

Figure contains an axes object. The axes object with title Inverse of an Upper Hessenberg Matrix contains 401 objects of type image, text.

Входные параметры

свернуть все

Тепловая карта или кластерграмма возражают в виде HeatMap объект или clustergram объект.

Смотрите также

|

Представленный в R2009b
Для просмотра документации необходимо авторизоваться на сайте