Averaging scattered data in a 2D grid mesh

4 visualizaciones (últimos 30 días)
Vileda
Vileda el 29 de Oct. de 2019
Respondida: Sai Sri Pathuri el 6 de Nov. de 2019
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 comentario
darova
darova el 29 de Oct. de 2019
Maybe you are looking for griddata. It can create surface (2D matrices) for your vectors

Iniciar sesión para comentar.

Respuestas (1)

Sai Sri Pathuri
Sai Sri Pathuri el 6 de Nov. de 2019

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by