Question: Setting the Contents of a Table in a Maplet

I been trying to make a Maplet that will solve some numerical analysis problems, those problems or indeen the solution of them are composed of iterations.

I would like to show such value iterations on a table in a Maplet interface, with no success.

for my logic, this should work.

Set('Table1',[[1,2],[3,4],[3,4]])

But I get an error telling me that the value is not settable.

It doesn't make sense to me to have a control that I can't modify its contents at runtime?

Any ideas about how to do this?

 

Thanks

Please Wait...