heat map of high dimensional data

4 Ansichten (letzte 30 Tage)
Poulomi Ganguli
Poulomi Ganguli am 12 Feb. 2021
Kommentiert: José Jines am 21 Mär. 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 Kommentare
KSSV
KSSV am 12 Feb. 2021
Have a look on pcolor, imagesc, heatmap.
José Jines
José Jines am 21 Mär. 2023
I have a matrix of 8760x8760 how do I do to plot heatmap?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Madhav Thakker
Madhav Thakker am 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 Kommentar
José Jines
José Jines am 21 Mär. 2023
I have a matrix of 8760x8760 how do I do to plot heatmap?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Data Distribution Plots finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by