フィルターのクリア

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

Community Treasure Hunt

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

Start Hunting!

Translated by