how to get an isodensity plot

3 visualizaciones (últimos 30 días)
Naomi Penelope
Naomi Penelope el 8 de Jul. de 2021
Comentada: Chunru el 9 de Jul. de 2021
how can i get an isodensity plot from an image? the first image is the one I am given. the other two is how i want it to look like.

Respuestas (1)

Chunru
Chunru el 9 de Jul. de 2021
[x,y,z] = peaks(25); % Use your data
contourf(x,y,z)
  2 comentarios
Naomi Penelope
Naomi Penelope el 9 de Jul. de 2021
how can i call the txt file into the contourf?
Chunru
Chunru el 9 de Jul. de 2021
Read the document of importing data. 'doc textscan' for info.

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