how to get an isodensity plot

Antworten (1)

Chunru
Chunru am 9 Jul. 2021

0 Stimmen

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

2 Kommentare

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

Melden Sie sich an, um zu kommentieren.

Tags

Gefragt:

am 8 Jul. 2021

Kommentiert:

am 9 Jul. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by