Hi, please read SE: Programming with Dynamic for deeper understanding.
It works..Thank you.. Could you help me to calculate "Cos[Dynamic[Clock[{0, 20, 1}, 20]]". I have also tried Dynamic[Cos[Clock[{0, 20, 1}, 20]]] and did not work.
Hi Ana,
I think the Dynamic has to include the sum. e.g.
Dynamic
a = 100; Dynamic[Clock[{0, 20, 1}, 20] + a]