Plot 2D surface with color
显示 更早的评论

Hello I have data like 0 5 0.5 1 6 0.1 9 0.5 0.29 .... with first column present x coordinate the second is y coordinate and the last is concentration. I would like to plot each point (x,y) with color depending on the concentration Like this example Thank you
回答(1 个)
KSSV
2017-7-6
0 个投票
doc griddata. You can achieve what you want with griddata.
类别
在 帮助中心 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!