heat map of high dimensional data

6 visualizzazioni (ultimi 30 giorni)
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 Commenti
KSSV
KSSV il 12 Feb 2021
Have a look on pcolor, imagesc, heatmap.
José Jines
José Jines il 21 Mar 2023
I have a matrix of 8760x8760 how do I do to plot heatmap?

Accedi per commentare.

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Data Distribution Plots in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by