How to make nodata appear as transparent

3 views (last 30 days)
Nikos
Nikos on 6 Aug 2015
Commented: Nikos on 6 Aug 2015
Hi,
I am trying to plot this map: [I,R]=geotiffread(myfile); geoshow(gca,I,R,'DisplayType','texturemap');
and I can not make the nodata values in my case -9999 to be transparent how you do that??? they always look whatever is the low limit color of my colorbar
Regards, --Nikos

Answers (1)

Walter Roberson
Walter Roberson on 6 Aug 2015
set the nodata values to NaN.
  1 Comment
Nikos
Nikos on 6 Aug 2015
Already tried but still the same result, I am using matlab 2013a

Sign in to comment.

Products

Community Treasure Hunt

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

Start Hunting!