problem in matrix dimension

2 ビュー (過去 30 日間)
houssem alimi
houssem alimi 2019 年 1 月 4 日
コメント済み: Bob Thompson 2019 年 1 月 4 日
error in matrix dimension , this code use extended kalman filter for fusion radar and lidar sensor
  3 件のコメント
Bob Thompson
Bob Thompson 2019 年 1 月 4 日
Can you post the entire error message please?
houssem alimi
houssem alimi 2019 年 1 月 4 日
Error using *
Inner matrix dimensions must agree.
Error in extkflid (line 64)
X = X+ K*Y-(H_Lidar*X)

サインインしてコメントする。

採用された回答

Bob Thompson
Bob Thompson 2019 年 1 月 4 日
I think that your issue is with K*Y. As best I can tell, K is 3x3, while Y is 2x2, so it is not possible to do matrix multiplication with two arrays of these sizes.
  6 件のコメント
houssem alimi
houssem alimi 2019 年 1 月 4 日
for obtaining sensor fusion thanks to extended kalman filter
Bob Thompson
Bob Thompson 2019 年 1 月 4 日
Yeah, I am unfamiliar with what that means.
Again, my suggestion is to go back and double check that the math and matrix sizes are what they should be based on hand calculations. If everything does compare with hand calculations, then I would suggest backing it out a bit further, and checking the original math.

サインインしてコメントする。

その他の回答 (0 件)

タグ

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by