[scilab-Users] xinfo

Maso Ricci ricci2 at unisi.it
Tue Sep 23 14:13:19 CEST 2008


well if anyone is interested I solved the problem I sent you before in 
this way :

f=figure();

h=uicontrol(f,'style','list', ...
  'position', [10 10 150 160]);

for i =1:40

set(h, 'string', string(i));
end


-- 

Maso Ricci Ph.D
Dept. of Chemical and Biosystem Science
University of Siena
Via A. Moro, 2 ­ 53100 Siena
ITALY
Tel: +39 0577 234367
Fax: +39 0577 234177
email: ricci2 at unisi.it



More information about the users mailing list