how to get an isodensity plot

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.

Categorías

Etiquetas

Preguntada:

el 8 de Jul. de 2021

Comentada:

el 9 de Jul. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by