lm_set

Change property of individual object after properties for a
group have been set lm_link_obj.


CALL:

      lm_set([h1,h2..],...
          'normpos',NP,...
          'pixelpos',PP,...
          'visible',V,...
          'enable',E,...
          'clipping',C,...
          'clipframe',CF,...
          'keepypos',K,...
          'keeppixelsize',KP) 
  

INPUT:

      [h1,h2,..]
          Array of handles of objects that are linked to a frame (like
          uicontrols) for which properties will be changed. 
      Property-Value pairs
          See lm_linkobj for descriptions
  

OUTPUT: