Borrar filtros
Borrar filtros

Adding contour lines to heatmap

12 visualizaciones (últimos 30 días)
Ishani Mukherjee
Ishani Mukherjee el 12 de Oct. de 2020
Comentada: KSSV el 13 de Oct. de 2020
Using a 100X100 matrix, I have genertated this heatmap (attached fig). The deepest shade of red indicates a frequency of 25. And deep blue indicates a frequency of 0.
How will I add a line (a circle) to show encircle the area covers 90% of my data?
I want to compare multiple such figures..so such contour lines will be very useful for me.
Thanks in advance!!

Respuestas (1)

KSSV
KSSV el 12 de Oct. de 2020
Read about contourf.
Or use contour with hold on. You need to specify the level and your desired color.
  4 comentarios
Ishani Mukherjee
Ishani Mukherjee el 12 de Oct. de 2020
Thanks..
KSSV
KSSV el 13 de Oct. de 2020
Then what is 100*100 matrix in the question? How can you generate such plot without a matrix?

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by