How to display DTM (.img) in Matlab

4 次查看(过去 30 天)
MENGZHI DI
MENGZHI DI 2018-10-20
Now I have a DTM, I read it in Matlab using the following code. And the data is a 301989888 x 1 matrix. I try to display it, but it is too big and my Matlab just break down each time. Could someone give me some advices about how to do this?
fid = fopen('DTM_MAP_02_N24E000N21E003SC.img');
data = fread(fid);
fclose(fid);

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by