heat map of high dimensional data

25 次查看(过去 30 天)
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 个评论
KSSV
KSSV 2021-2-12
Have a look on pcolor, imagesc, heatmap.
José Jines
José Jines 2023-3-21
I have a matrix of 8760x8760 how do I do to plot heatmap?

请先登录,再进行评论。

采纳的回答

Madhav Thakker
Madhav Thakker 2021-2-14
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Distribution Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by