Effacer les filtres
Effacer les filtres

How to change the resolution of a data?

32 vues (au cours des 30 derniers jours)
Sreeraj R
Sreeraj R le 27 Oct 2021
Réponse apportée : KSSV le 28 Oct 2021
Hello all,
i have four data sets with four different resolutions and for my analysis i need all the datasets in the same resolution. how do i change the resolution of the datasets to match the resolution of dataset1. i have attached the link for the data. kindly help me to solve this issue. thank you.
https://drive.google.com/file/d/1MKlf0E7799nOMIEJJC0YyKaP810UVPr0/view?usp=sharing
  2 commentaires
Scott MacKenzie
Scott MacKenzie le 27 Oct 2021
I suspect the resample function is what you need. It might help if you post your data, or a subset of your data, with this question.
Sreeraj R
Sreeraj R le 28 Oct 2021
the data is too huge to be posted here. i have attached the google drive link where the data is accessible.

Connectez-vous pour commenter.

Réponse acceptée

KSSV
KSSV le 28 Oct 2021
Read about meshgrid and interp2.
With meshgrid you define your required resolution grid. And using interp2 you can get the data into the defined grid.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by