Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

The zero values from Background or export area using Geotiffwrite

조회 수: 1 (최근 30일)
Fikret Dogru
Fikret Dogru 2019년 2월 13일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi all,
I read all of questions and answers before about Geotiffwrite. Please, I need help for exporting the data using with geotiffwrite. The export process adding zero values outside the area. I masked sea area but how can I get rid of these zero values (green color). Is there any Geotifftag for outside the area? Thanks in advance for all.
Fikret
try1.bmp

답변 (1개)

Fikret Dogru
Fikret Dogru 2019년 2월 13일
Diff(Diff==0)=NaN;Diff(Diff==1.70141e38)=NaN; helped that thanks anyway.

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by