Averaging scattered data in a 2D grid mesh
Ältere Kommentare anzeigen
Goodmorning,
I have a file with data as x-coordinate, y-coordinate, z value.
I would like to use a 2-d square grid2-d square grid with a mesh of choosen dimension (20x20) to find the average of the z values of points that fall in the same grid cell.
I computed a mesh (using meshgrid function) that covers all my points, but I can't figure out how to average the points inside each grid cells.
Are there any functions in matlab which can be used to do this?
I'm new with matlab, so sorry if this is a very simple question.
Thanks for your help!
1 Kommentar
darova
am 29 Okt. 2019
Maybe you are looking for griddata. It can create surface (2D matrices) for your vectors
Antworten (1)
Sai Sri Pathuri
am 6 Nov. 2019
0 Stimmen
You may refer the following answer
Kategorien
Mehr zu Scatter Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!