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!
