ClearParameters 2D/3D• ClearParameters[symbols] deletes the rules from the current parameters list that are associated with the given list of symbols. • ClearParameters[All] deletes all rules in the current parameters list. • See also: Parameters, SetParameters. Further Examples Load the Modeler2D package. Add parameters to the system parameter list.
Out[2]= | |
Out[3]= | |
Remove some of the parameters and add some more.
Out[4]= | |
Out[6]= | |
Out[7]= | |
Remove all the parameters.
Out[8]= | |
|