Mercurial > hg > ltpda
comparison m-toolbox/m/gui/@jcontrol/rmappdata.m @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f0afece42f48 |
---|---|
1 function rmappdata(obj, name) | |
2 % RMAPPDATA function oveloaded for the JCONTROL class | |
3 % | |
4 % Examples: | |
5 % rmappdata(obj) | |
6 % rmappdata(obj, FieldName); | |
7 % | |
8 % See also: JCONTROL, JCONTROL/GETAPPDATA, JCONTROL/GETAPPDATA | |
9 % JCONTROL/ISAPPDATA RMAPPDATA | |
10 % | |
11 % ------------------------------------------------------------------------- | |
12 % Author: Malcolm Lidierth 07/07 | |
13 % Copyright © The Author & King's College London 2007 | |
14 % ------------------------------------------------------------------------- | |
15 | |
16 rmappdata(obj.hgcontrol, name); | |
17 return | |
18 end |