M-Lint has detected a call to inv in a multiplication operation.
The inverse of a matrix is primarily of theoretical value, and rarely finds any use in practical computations. Never use the inverse of a matrix to solve a linear system Ax=b with x=inv(A)*b, because it is slow and inaccurate.
Suggested Action
Instead of multiplying by the inverse, use matrix right division (/) or matrix left division (\). That is: