Averaging scattered data in a 2D grid mesh
Afficher commentaires plus anciens
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 commentaire
darova
le 29 Oct 2019
Maybe you are looking for griddata. It can create surface (2D matrices) for your vectors
Réponses (1)
Sai Sri Pathuri
le 6 Nov 2019
0 votes
You may refer the following answer
Catégories
En savoir plus sur Surface and Mesh Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!