Saving geotiff using geotiffwrite
2 views (last 30 days)
Show older comments
Hello,
I produced a new variable (mapfinal) in the workspace by subtracting one geotiff from another (they are images of cities).
I want to save this as a geotiff using the function geotiffwrite.
geotiffwrite(mapfinal, info.SpatialRef, ...
'GeoKeyDirectoryTag', info.GeoTIFFTags.GeoKeyDirectoryTag);
How should I write the code?
Thank you!
0 Comments
Answers (1)
See Also
Categories
Find more on Other Formats in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!