필터 지우기
필터 지우기

How to change the resolution of a data?

조회 수: 32 (최근 30일)
Sreeraj R
Sreeraj R 2021년 10월 27일
답변: KSSV 2021년 10월 28일
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
Scott MacKenzie
Scott MacKenzie 2021년 10월 27일
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 2021년 10월 28일
the data is too huge to be posted here. i have attached the google drive link where the data is accessible.

댓글을 달려면 로그인하십시오.

채택된 답변

KSSV
KSSV 2021년 10월 28일
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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 NetCDF에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by