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!
