From: Arthur on
Hi,
Is there any way in MATLAB 7.0 (R14) to apply light to a specific object only?
At first I thought this can be performed by setting the 'Parent' property of the light to a hggroup. However, actually MATLAB 7.0 can't do this; there is a documentation error:
http://www.mathworks.nl/support/solutions/en/data/1-13I0RT/index.html?product=ML&solution=1-13I0RT

To be more specific, I have 2 patch objects - ph1 and ph2. Is it possible to create a light object that affects only ph2?

Thanks!

Arthur