IdentPred

Revision as of 19:52, 14 August 2015 by Lchrisman (talk | contribs) (Created page with "[[category::Operators]] = x[Time-n] = <code>x[Time-n]</code> is used inside a Dynamic() function to refer to a previous time period, «n» steps back along Time. Whe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[[category::Operators]]

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.