Create light object for specific axes handle in gui

1 次查看(过去 30 天)
I am trying to light a surface plot in one of my axes in my gui. the light function creates a light object for the current axes, but I want to specify the handle of the axes I am creating a light object for.
e.g.
surf(handles.axes1,X,Y,Z);
light(handles.axes1);
though light cannot accept axes handles. Is there a solution? Thanks.

采纳的回答

Sean de Wolski
Sean de Wolski 2013-6-12

更多回答(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