how to get an isodensity plot

Risposte (1)

[x,y,z] = peaks(25); % Use your data
contourf(x,y,z)

2 Commenti

how can i call the txt file into the contourf?
Chunru
Chunru il 9 Lug 2021
Read the document of importing data. 'doc textscan' for info.

Accedi per commentare.

Richiesto:

il 8 Lug 2021

Commentato:

il 9 Lug 2021

Community Treasure Hunt

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

Start Hunting!

Translated by