Jacobian computation help
21 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!