Borrar filtros
Borrar filtros

Grid to scatter data conversion

1 visualización (últimos 30 días)
NS
NS el 16 de Ag. de 2017
Comentada: KSSV el 17 de Ag. de 2017
Hi,
I have two data sets which are not in same size/structure, one is from the observation (lat, lon, vel) and another is from the model (lat, lon, vel). Observed structure is 3101*3 and model structure are 22684*3. I interpolated model data into observed data to make the both data set in same size. The interpolated model data is in grid format but observation data is scatter format. How can I convert the interpolated model data from grid to scatter format with the exact size of observed data?
My final goal is to do the chi-square test for the data sets. I also want to calculate the Pearson Residuals between the both data sets.
Thanks

Respuesta aceptada

KSSV
KSSV el 16 de Ag. de 2017
doc griddata
  2 comentarios
NS
NS el 17 de Ag. de 2017
I think you couldn't get my question. I have observed data which have 3101 velocity data point on specific lat, lon but my model have 22684 data points on a lat,lon which is bigger than observed area. I interpolate model data using interp2 to find the velocity value same with observed. Now the interpolation results of model is in grid format but I want it in scatter format. Thanks
KSSV
KSSV el 17 de Ag. de 2017
What is the necessity to go to scatter format? Read about delaunay. http://in.mathworks.com/help/matlab/ref/delaunay.html

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Feature Calibration 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