heat map of high dimensional data

22 vues (au cours des 30 derniers jours)
Poulomi Ganguli
Poulomi Ganguli le 12 Fév 2021
Commenté : José Jines le 21 Mar 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 commentaires
KSSV
KSSV le 12 Fév 2021
Have a look on pcolor, imagesc, heatmap.
José Jines
José Jines le 21 Mar 2023
I have a matrix of 8760x8760 how do I do to plot heatmap?

Connectez-vous pour commenter.

Réponse acceptée

Madhav Thakker
Madhav Thakker le 14 Fév 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 commentaire
José Jines
José Jines le 21 Mar 2023
I have a matrix of 8760x8760 how do I do to plot heatmap?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Data Distribution Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by