comparison aim-mat/tools/@parameter/setradiobutton.m @ 3:20ada0af3d7d

various bugfixes and changed copywrite message
author Stefan Bleeck <bleeck@gmail.com>
date Tue, 16 Aug 2011 14:36:30 +0100
parents 74dedb26614d
children
comparison
equal deleted inserted replaced
2:8bd33a2931a3 3:20ada0af3d7d
1 % method of class @parameter 1 % method of class @parameter
2 % 2 %
3 % (c) 2003-2008, University of Cambridge 3 % (c) 2011, University of Southampton
4 % Maintained by Tom Walters (tcw24@cam.ac.uk), written by Stefan Bleeck (stefan@bleeck.de) 4 % Maintained by Stefan Bleeck (bleeck@gmail.com)
5 % http://www.pdn.cam.ac.uk/cnbh/aim2006/tools/parameter 5 % download of current version is on the soundsoftware site:
6 % $Date: 2008-06-10 18:00:16 +0100 (Tue, 10 Jun 2008) $ 6 % http://code.soundsoftware.ac.uk/projects/aimmat
7 % documentation and everything is on http://www.acousticscale.org
7 function param=setradiobutton(param,text,inbox) 8 function param=setradiobutton(param,text,inbox)
8 9
9 10
10 cont=param.entries; 11 cont=param.entries;
11 nrent=length(cont); 12 nrent=length(cont);