how to get an isodensity plot

Answers (1)

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

2 Comments

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

Sign in to comment.

Tags

Asked:

on 8 Jul 2021

Commented:

on 9 Jul 2021

Community Treasure Hunt

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

Start Hunting!