Change resolution of .xyz file in matlab

1 次查看(过去 30 天)
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