Path: Common/Estimation
% Jacobian of RHSUKF.
Partial of the right-hand-side with respect to the position.
--------------------------------------------------------------------------
Form:
f = FXNLSpring( x, t, d )
--------------------------------------------------------------------------
------
Inputs
------
x (1,1) Position
t (1,1) Time (not used)
d (.) Data structure
.w (1,1) Spring constant
-------
Outputs
-------
f (1,1) dF/dx
--------------------------------------------------------------------------
Back to the Common Module page