how to get an isodensity plot
显示 更早的评论
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.
回答(1 个)
[x,y,z] = peaks(25); % Use your data
contourf(x,y,z)
2 个评论
Naomi Penelope
2021-7-9
Chunru
2021-7-9
Read the document of importing data. 'doc textscan' for info.
类别
在 帮助中心 和 File Exchange 中查找有关 Image Segmentation and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
