Change resolution of .xyz file in matlab

조회 수: 2 (최근 30일)
Denise Janer
Denise Janer 2020년 8월 7일
편집: KSSV 2020년 8월 7일
Hi, I have a .mat file containing three variables (each one is 1210x1101 double). This data has a resolution of 100-meters. I want to make it into 5 m-resolution. Is there a way to change the variables to generate higher resolution data?

답변 (1개)

KSSV
KSSV 2020년 8월 7일
편집: KSSV 2020년 8월 7일
You need to interpolate your data. Read about interp2.
Also if you have Z data, you can use imresize. Read about this as well.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by