Parameters 2D/3D• Parameters[] returns the current Mech parameters list. • Parameters is also an element of the setting for the MakeRules option. MakeRules->{Parameters, ... } causes the current parameters to be included in the returned rules. • Parameters is also an option for SplineFit that is used to specify the value of the spline parameter at each knot point. • As an option for SplineFit, Parameters can be either a list of numbers in ascending order, equal in length to the number of data points given, or Automatic, which is equivalent to specifying a list of integers ascending from zero. • Specifying the Parameters option for SplineFit allows the spacing of the knot points for the spline independent variable to be altered. • See also: ClearParameters, Reaction, SetParameters. Further Examples Load the Modeler2D package. Add parameters to the system parameter list.
Out[2]= | ![](/applications/mechsystems/FunctionIndex/HTMLImages/Parameters.en/Parameters.en_3.gif) |
Out[3]= | ![](/applications/mechsystems/FunctionIndex/HTMLImages/Parameters.en/Parameters.en_5.gif) |
Remove some of the parameters and add some more.
Out[4]= | ![](/applications/mechsystems/FunctionIndex/HTMLImages/Parameters.en/Parameters.en_7.gif) |
Out[6]= | ![](/applications/mechsystems/FunctionIndex/HTMLImages/Parameters.en/Parameters.en_9.gif) |
Out[7]= | ![](/applications/mechsystems/FunctionIndex/HTMLImages/Parameters.en/Parameters.en_11.gif) |
Remove all the parameters.
Out[8]= | ![](/applications/mechsystems/FunctionIndex/HTMLImages/Parameters.en/Parameters.en_13.gif) |
|