ISAPPDATA function oveloaded for the JCONTROL class Examples: isappdata(obj) isappdata(obj, FieldName); See also: JCONTROL, JCONTROL/GETAPPDATA, JCONTROL/GETAPPDATA JCONTROL/ISAPPDATA ISAPPDATA ------------------------------------------------------------------------- Author: Malcolm Lidierth 07/07 Copyright © The Author & King's College London 2007 -------------------------------------------------------------------------
0001 function isappdata(obj, name) 0002 % ISAPPDATA function oveloaded for the JCONTROL class 0003 % 0004 % Examples: 0005 % isappdata(obj) 0006 % isappdata(obj, FieldName); 0007 % 0008 % See also: JCONTROL, JCONTROL/GETAPPDATA, JCONTROL/GETAPPDATA 0009 % JCONTROL/ISAPPDATA ISAPPDATA 0010 % 0011 % ------------------------------------------------------------------------- 0012 % Author: Malcolm Lidierth 07/07 0013 % Copyright © The Author & King's College London 2007 0014 % ------------------------------------------------------------------------- 0015 0016 isappdata(obj.hgcontrol, name); 0017 return 0018 end