Export ScatteredInterpolant to CSV at determined points
Show older comments
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 Comments
Sambit Senapati
on 14 Sep 2018
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
on 17 Sep 2018
Answers (0)
Categories
Find more on Scatter Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!