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!