how to use inverves in matrix

4 views (last 30 days)
Ibraheem
Ibraheem on 31 Mar 2024
Moved: Torsten on 31 Mar 2024
Hi, I am trying to make an inverse of a value but I keep getting errors, what can i do to solve this issue.

Answers (1)

Torsten
Torsten on 31 Mar 2024
Moved: Torsten on 31 Mar 2024
The messages from above are warnings, not errors.
The warning says that instead of S = Msqi*p, you should use S = Msq\p

Tags

Community Treasure Hunt

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

Start Hunting!