Heat Map

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.

Respuestas (1)

Image Analyst
Image Analyst el 15 de Abr. de 2012

0 votos

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 comentario

SUDIP PODDAR
SUDIP PODDAR el 15 de Abr. de 2012
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.

Iniciar sesión para comentar.

Categorías

Más información sobre Data Distribution Plots en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 15 de Abr. de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by