Create light object for specific axes handle in gui

2 views (last 30 days)
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.

Accepted Answer

Sean de Wolski
Sean de Wolski on 12 Jun 2013

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!