heat map making a colour dissapear

1 visualización (últimos 30 días)
Selma Nur Keskin
Selma Nur Keskin el 24 de Jul. de 2020
Comentada: Image Analyst el 24 de Jul. de 2020
I have a heatmap showing cross correlations which is most of the time zero. I wanna make that color(which is green and I am using jet) that shows zero dissapear so that I can see correlations more clearly. How can I do this?
  3 comentarios
Selma Nur Keskin
Selma Nur Keskin el 24 de Jul. de 2020
imagesc(1:612,1:612,MSF_cross);
set(gca,'FontSize',14, 'FontWeight', 'normal');
set(gca,'YDir','normal');
title(['Crosscorrelation with Tau=', num2str(tau)]);
xlabel('Resnum','FontSize',14);
ylabel('Resnum','FontSize',14);
axis square;
colorbar;
f6=figure(6);
f6=colormap(jet);
I used it like this, I don't know the things you mentioned :(
Image Analyst
Image Analyst el 24 de Jul. de 2020
Can you attach MSF_cross in a .mat file with the paper clip icon?
save('answers.mat', 'MSF_cross');

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Data Distribution Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by