Export ScatteredInterpolant to CSV at determined points
Mostra commenti meno recenti
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 Commenti
Sambit Senapati
il 14 Set 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
il 17 Set 2018
Risposte (0)
Categorie
Scopri di più su Scatter Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!