how to get an isodensity plot
Ältere Kommentare anzeigen
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.
Antworten (1)
[x,y,z] = peaks(25); % Use your data
contourf(x,y,z)
2 Kommentare
Naomi Penelope
am 9 Jul. 2021
Chunru
am 9 Jul. 2021
Read the document of importing data. 'doc textscan' for info.
Kategorien
Mehr zu Image Segmentation and Analysis finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
