Make NaN values transparent

15 次查看(过去 30 天)
Hi there,
Once again I must ask for your wisdom and guidance :)
Is there anyway to make NaN values transparent. More specifically I'm using the slice function, and then texture mapping with some images. These images have some NaN values, wich i would like do be transparent. Is that possible?
Thanks in advance!

采纳的回答

Walter Roberson
Walter Roberson 2012-4-5
You can set the AlphaData and AlphaDataMapping associated with the surface plot created by slice()
In particular you could set it to
double(~isnan(TheImage))
which would be 0 exactly where there are nan.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Lighting, Transparency, and Shading 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by