资源简介

将matlab格式的文件(mat格式的文件)转换成arcgis可以识别的tif格式文件

资源截图

代码片段和文件信息

clear
clc
close all;

los=[1 2;
    3 4];
Longitude=[28.28 28.29;
    28.30 30.32];
Latitude=[110.3 111;
    112 113];
save 20170312_20170324.mat los Longitude Latitude
%%
load 20170312_20170324.mat los Longitude Latitude % mm degree degree


R = g

评论

共有 条评论