Jacobian computation help
18 views (last 30 days)
Show older comments
Hello, I am trying to use the matlab symbolic toolbox to derive an expression for the Jacobians in the Extended Kalman Filter. My Motion model looks like
[x_k-1;y_k-1;theta_k-1] + T[v_k*cos(theta_k-1);v_k*sin(theta_k-1;w_k]+T[w1_k*cos(theta_k-1);w1_k*sin(theta_k-1);w2_k]
I am trying to find the partial of the motion model with respect to the first matrix given as [x_k-1;y_k-1;theta_k-1] can someone please help me or guide me on this? thanks
0 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!