|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
SaveDefinitions
SaveDefinitions
is an option to Manipulate and related functions that specifies whether current definitions relevant for the evaluation of the expression being manipulated should automatically be saved.
DetailsDetails
- With SaveDefinitions->True, Manipulate saves the current assignments for every symbol in the Manipulate, and also saves subsidiary definitions using the same mechanism as Save.
- SaveDefinitions->True will not save definitions for symbols with the attribute Protected or ReadProtected.
ExamplesExamplesopen allclose all
Basic Examples (3)Basic Examples (3)
By default definitions are not saved:
| In[1]:= |
| In[2]:= |
| Out[2]= | Play Animation ▪![]() |
Force definitions to be saved with the output:
| In[1]:= |
| In[2]:= |
| Out[2]= | Play Animation ▪![]() |
The saved Manipulate can be copied and directly run in a new notebook:
| Out[1]= | Play Animation ▪![]() |
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



