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!