I have a dataset, having different types of group in rows. I want to draw heat map of this dataset with some gap for each group in the heatmap. How I will do that. Plz help me. Thanks for your valuable suggestion. I am using Guide.

답변 (1개)

Image Analyst
Image Analyst 2012년 4월 15일

0 개 추천

Showing us some sample data would help. Perhaps you could use contour() or perhaps just display it as an image via image() or imshow() and, optionally, use a colormap.
axes(handles.axesImage); % Switch active axes to axesImage.
imshow(mat2gray(yourData));
colormap(jet(256));
colorbar;

댓글 수: 1

SUDIP PODDAR
SUDIP PODDAR 2012년 4월 15일
Thanks. But my problems is not solved. anyone plz tell me how i draw multiple heatmap with labels and title on a single figure. number of heatmap is dynamically changed. plz help me. Thans for your support.

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

카테고리

도움말 센터File Exchange에서 Data Distribution Plots에 대해 자세히 알아보기

태그

질문:

2012년 4월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by