How to make the surface plot transparent??
Mostrar comentarios más antiguos
I want to plot some data points over surface paraboloid. To increase visibility I want to increase transparency of surface plot. How to do that.
1 comentario
Swathi Chandrasekar
el 11 de Jul. de 2017
Check out the set command in matlab.There is a property called alpha.After the surf command just say alpha(0.5).The value lies between 0 and 1.The closer to zero the more transparent it is.
Respuesta aceptada
Más respuestas (1)
Sean de Wolski
el 1 de Mzo. de 2012
Look at the alphadata property in:
web([docroot '/techdoc/ref/surface_props.html'])
Categorías
Más información sobre Lighting, Transparency, and Shading en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!