problem with matrix is singular

1 view (last 30 days)
Dark
Dark on 2 Feb 2023
Edited: Dark on 7 Feb 2023
I was trying to make a loop to calculate updated position of user , and I keep getting "Matrix is singular"

Answers (1)

Torsten
Torsten on 2 Feb 2023
Moved: Torsten on 2 Feb 2023
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 Comments
Dark
Dark on 2 Feb 2023
Yes I found how to update the erreur , what remains is some organization. Thank you so much man
Dark
Dark on 5 Feb 2023
Edited: Dark on 5 Feb 2023
Hello sir, this my final code, if you could make review , I couldn't update position x=x+delta_x in for loop.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!