You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In code K = P*C.transpose()*(C*P*C.transpose() + R).inverse();, the inverse of a matrix might not exist if the matrix is singular, and K is invalid in that case.
The text was updated successfully, but these errors were encountered:
In code
K = P*C.transpose()*(C*P*C.transpose() + R).inverse();
, the inverse of a matrix might not exist if the matrix is singular, and K is invalid in that case.The text was updated successfully, but these errors were encountered: