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]= | ![](/applications/mechsystems/FunctionIndex/HTMLImages/ClearParameters.en/ClearParameters.en_3.gif) |
Out[3]= | ![](/applications/mechsystems/FunctionIndex/HTMLImages/ClearParameters.en/ClearParameters.en_5.gif) |
Remove some of the parameters and add some more.
Out[4]= | ![](/applications/mechsystems/FunctionIndex/HTMLImages/ClearParameters.en/ClearParameters.en_7.gif) |
Out[6]= | ![](/applications/mechsystems/FunctionIndex/HTMLImages/ClearParameters.en/ClearParameters.en_9.gif) |
Out[7]= | ![](/applications/mechsystems/FunctionIndex/HTMLImages/ClearParameters.en/ClearParameters.en_11.gif) |
Remove all the parameters.
Out[8]= | ![](/applications/mechsystems/FunctionIndex/HTMLImages/ClearParameters.en/ClearParameters.en_13.gif) |
|