Export ScatteredInterpolant to CSV at determined points
显示 更早的评论
Hi All,
I've used scatteredInterpolant to portray a large number of survey points on a contour/surf. These points were taken in a grid form but not precise on each point (ie. first X row = 0.000, -0.018, 0.050, etc.). I would like to take points at every 1m point along the entirety of the x axis, then moving on to y+1 and taking xyz co-ordinates along the next row on the x axis to then be exported to a csv/text file.
I'm quite new to matlab so was wondering what the best way to do this would be?
Hopefully my question is not too confusing.
Thank you all very much for your help!
2 个评论
Sambit Senapati
2018-9-14
if you have your data in grid form then you must have 3 matrices: X, Y and Z. please correct me if I am wrong?
Fraser
2018-9-17
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Scatter Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!