IdentPred

Revision as of 20:01, 14 August 2015 by Lchrisman (talk | contribs)


x[Time-n]

x[Time-n] is used inside a Dynamic() function to refer to a previous time period, «n» steps back along Time. When used in Dynamic[J]() along the dynamic index J, you would use x[J-n].

This is synonymous with the slice expression x[@Time=Time-n].

See also

Comments


You are not allowed to post comments.