2D image to 3D surface
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi all,
Anybody ever try to plot 2D image to 3D surface as function of colour intensity ? For example high colour intensity produce higher Z-level.
Thanks before.
0 comentarios
Respuestas (1)
Walter Roberson
el 31 de Jul. de 2012
Yes. If the image "IM" is grayscale, then
surf(IM)
0 comentarios
Ver también
Categorías
Más información sobre Surface and Mesh Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!