Skip to content

subsasgn

  SUBSASGN method overloaded for JCONTROL class

  subsasgn provides access to JCONTROL properties via MATLAB's dot notation
  Examples:
  obj.Units='characters';
  obj.Enabled=1
  obj.hgcontainer.Opaque='on'

  obj may be an element of a JCONTROL vector e.g.
  obj(3).Units='pixels';

  See also: jcontrol
  -------------------------------------------------------------------------
  Author: Malcolm Lidierth 06/07
  Copyright © The Author & King's College London 2007
  -------------------------------------------------------------------------