How do I use fsolve to optimize SLAM given information matrix and information vector?
1 次查看(过去 30 天)
显示 更早的评论
I know fsolve function in matlab is used for nonlinear function optimization and the syntax is given as:
x=fsolve(fun,xo,option)
Please, how would I apply this function to optimize a pose SLAM given the information matrix H and the information vector b. Where H = n by n matrix and b=n by 1 vector?
Thanks
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Nonlinear Optimization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!