필터 지우기
필터 지우기

heat map of high dimensional data

조회 수: 14 (최근 30일)
Poulomi Ganguli
Poulomi Ganguli 2021년 2월 12일
댓글: José Jines 2023년 3월 21일
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.
  댓글 수: 1
José Jines
José Jines 2023년 3월 21일
I have a matrix of 8760x8760 how do I do to plot heatmap?

댓글을 달려면 로그인하십시오.

추가 답변 (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