Rasterread Out of range or non-integer values truncated during conversion to character
이전 댓글 표시
Hello,
I am trying to read in a very large raster file into matlab using the rasterread function.
When I try I get the following:
Warning: Out of range or non-integer values truncated during conversion to character.
> In rasterread at 75
(line 75 of rasterread)
dem(dem==header.nodata) = NaN;
I am not sure what is going on? If someone could possibly help me to understand what the problem as it stands no could be, I would be very grateful.
Thank you
답변 (1개)
Chad Greene
2014년 5월 30일
0 개 추천
I can't find any documentation for a function called rasterread. Can you simply read in the file using load or import?
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!