How to get data based on first and second column
2 次查看(过去 30 天)
显示 更早的评论
Hallo, I have matrix (793576x3) that consist of x,y,z, which are x = longitude and y = latitude and z = depth.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/196582/image.png)
I want to get z data only for coordinate x,y (92,8.25),(92.5,8.0).., and so on that means +0.25 for x coordinate and -25 for y coordinate. so the results should be
x y z
92 8.25 -
92.25 8.0 -
92.50 7.75 -
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Mapping Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!