heat map of high dimensional data

17 views (last 30 days)
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 Comments
KSSV
KSSV on 12 Feb 2021
Have a look on pcolor, imagesc, heatmap.
José Jines
José Jines on 21 Mar 2023
I have a matrix of 8760x8760 how do I do to plot heatmap?

Sign in to comment.

Accepted Answer

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

Sign in to comment.

More Answers (0)

Categories

Find more on Data Distribution Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!