[Scilab-users] uicontrol TABLE

Samuel Gougeon sgougeon at free.fr
Mon Oct 29 16:11:46 CET 2018


Le 29/10/2018 à 16:02, Samuel Gougeon a écrit :
> Le 29/10/2018 à 15:46, Izabela Wójcik-Grząba a écrit :
>> I have 6.01 version and changing values doesn't work. When the figure 
>> with table pops up I change some values, then close the window and 
>> check a t2 variable. 

Aa, you might also have considered that after
t2=matrix(ut.string,size(table))
your t2 always points to the table's content, and that each modification 
in the table updates it automatically.
It's the case for ut.string, but not for t2. To update t2, you still 
have to rerun
t2=matrix(ut.string,size(table))

Samuel




More information about the users mailing list