how to get an isodensity plot

回答(1 个)

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

2 个评论

how can i call the txt file into the contourf?
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!

Translated by