Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

The zero values from Background or export area using Geotiffwrite

2 Ansichten (letzte 30 Tage)
Fikret Dogru
Fikret Dogru am 13 Feb. 2019
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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

Antworten (1)

Fikret Dogru
Fikret Dogru am 13 Feb. 2019
Diff(Diff==0)=NaN;Diff(Diff==1.70141e38)=NaN; helped that thanks anyway.

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by