Comparing the results from two different datasets

4 visualizzazioni (ultimi 30 giorni)
Sophia
Sophia il 16 Nov 2016
Commentato: KSSV il 25 Nov 2016
I am comparing the results obtained from two different datasets- However Data1 is of the size of 119*177 size corresponding to the lat1/long1 file
Data2 is of the size 361*361 and is associated with a different lat/long file. I want to have them in a common lat/long frame. which MATLAB function i can use??
Any suggestions/help is appreciated.

Risposte (1)

KSSV
KSSV il 17 Nov 2016
You can do interpolation and get the dimensions of data sets to same size. doc interp2.
  8 Commenti
Sophia
Sophia il 24 Nov 2016
any suggestions- how to do that?
KSSV
KSSV il 25 Nov 2016
Get the resolution of both the grids. Choose the minimum one, get the other grid to this resolution and do interpolation.

Accedi per commentare.

Categorie

Scopri di più su Interpolation in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by