problem with matrix is singular

I was trying to make a loop to calculate updated position of user , and I keep getting "Matrix is singular"

回答(1 个)

Torsten
Torsten 2023-2-2
移动:Torsten 2023-2-2
I think you forgot to close the k-loop before the definition of H.
What is the matrix A ? It's not defined in your code.

11 个评论

It's a comment
I closed the loop now , you were right.
But The problem remains ( Waring ) in
delta_x=(inv(H)).*delta_R_;
And G=inv(H'.*H)
I removed it It's the same as G=inv(H'.*H) So I turn it to a comment
When I put the red stop on "end" it gives values, as I press continue, the Waring "matrix is singular " appears .
Could you include your code properly ?
Dark
Dark 2023-2-2
编辑:Dark 2023-2-2
You can download the text file " gps pos.txt" that I adjusted it clear and organized more.
There are no adjustments in the file compared to the first version.
But as I already said: The k-loop should be closed before the definition of H.
And the value of "err" is never updated within the while loop. So it will run forever.
Alright , yes err . Thank you. (Here is the file attached).
Yes I found how to update the erreur , what remains is some organization. Thank you so much man
Dark
Dark 2023-2-5
编辑:Dark 2023-2-5
Hello sir, this my final code, if you could make review , I couldn't update position x=x+delta_x in for loop.

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 Mathematics 的更多信息

提问:

2023-2-2

编辑:

2023-2-7

Community Treasure Hunt

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

Start Hunting!

Translated by