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

_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to