apply transparency black pixels mapshow
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi Everybody.
I have to produce an image with mapshow command, for then exporting on Google Earth.
figure
axesm eqdcylin
mapshow((ax),(ay),(z),'DisplayType','texturemap');
set(gca,'Xlim',[nanmin(ax(:)) nanmax(ax(:))]);
set(gca,'Ylim',[nanmin(ay(:)) nanmax(ay(:))]);
set(gca,'colormap', hot)
export_fig -r800 -a1 figexample.png
The result is here:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/279987/image.png)
How can I apply transparency just to the black pixels and not to the red/yellow/orange ones? Just I need an alpha parameter?
Thank you so much!
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Lighting, Transparency, and Shading finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!