heat map of high dimensional data

22 visualizaciones (últimos 30 días)
Poulomi Ganguli
Poulomi Ganguli el 12 de Feb. de 2021
Comentada: José Jines el 21 de Mzo. de 2023
Hello:
I have a matrix of data of huge dimension, 100x64. I wish to plot heatmap; could anyone suggests nice way to plot heatmap for such high dimension data?
  8 comentarios
KSSV
KSSV el 12 de Feb. de 2021
Have a look on pcolor, imagesc, heatmap.
José Jines
José Jines el 21 de Mzo. de 2023
I have a matrix of 8760x8760 how do I do to plot heatmap?

Iniciar sesión para comentar.

Respuesta aceptada

Madhav Thakker
Madhav Thakker el 14 de Feb. de 2021
Hi Poulomi,
These are a few methods you could try on your dataset to generate heatmaps.
  1. imagesc: Display image with scaled colors
  2. heatmap: Create heatmap chart
  3. pcolor: Pseudocolor plot
Hope this helps.
  1 comentario
José Jines
José Jines el 21 de Mzo. de 2023
I have a matrix of 8760x8760 how do I do to plot heatmap?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Data Distribution Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by