フィルターのクリア

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 Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by