|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
UpdateInterval
UpdateInterval
is an option to Refresh and Dynamic that specifies at what time interval to do updates.
DetailsDetails
- UpdateInterval->t specifies that updating should, if possible, be done at least every t seconds.
- UpdateInterval->Infinity specifies that updating should never be done.
- UpdateInterval->0 specifies that updating should be done as fast as possible.
ExamplesExamplesopen allclose all
Basic Examples (3)Basic Examples (3)
Force DateString to dynamically update every second:
| In[1]:= |
| Out[1]= |
Use UpdateInterval directly in Dynamic:
| In[1]:= |
| Out[1]= |
Force an update to be done as fast as possible:
| In[1]:= |
| Out[1]= |
| In[2]:= |
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
