Error using * Inner matrix dimensions must agree.

error in matrix

7 件のコメント

Walter Roberson
Walter Roberson 2019 年 1 月 17 日
houssem alimi
houssem alimi 2019 年 1 月 17 日
???
Walter Roberson
Walter Roberson 2019 年 1 月 17 日
編集済み: Walter Roberson 2019 年 1 月 17 日
Please explain what your tag of tjks signifies. Does it have something to do with toxicity? Is it a topic in graph theory ? Does it stand for "Tertiary Jittered Kalman Scenting" ?
houssem alimi
houssem alimi 2019 年 1 月 17 日
i don't found the exactly tag but i use unscented kalman filter
Walter Roberson
Walter Roberson 2019 年 1 月 18 日
Perhaps it would make sense to simply use the tag "matrix dimensions must agree", and to remove tjks as I suspect tjks will not mean anything to anyone other than you.
Tags are like topic indexes for card catalogs.
houssem alimi
houssem alimi 2019 年 1 月 18 日
how this code can be solved??
Walter Roberson
Walter Roberson 2019 年 1 月 18 日
dbstop if error
run the code. when it stops look at the sizes of all of the variables involved and extract portions of the expression until you figure out which multiplication is triggering the error and what the sizes are of the left and right. Then you trace backwards in the code to figure out why they got to be that size.

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

 採用された回答

madhan ravi
madhan ravi 2019 年 1 月 17 日
編集済み: madhan ravi 2019 年 1 月 17 日

0 投票

Use size() to check the sizes of the variables if they have compatible sizes ( https://www.mathworks.com/help/matlab/matlab_prog/compatible-array-sizes-for-basic-operations.html#responsive_offcanvas ) .

1 件のコメント

houssem alimi
houssem alimi 2019 年 1 月 17 日
size(chi_m(1,i))
ans =
1 1
size(x_m)
ans =
4 9
size(y_m)
ans =
2 4
size(yt)
ans =
2 4

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeFunctions についてさらに検索

製品

リリース

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by