Symbolic calculation gives Empty Matrix...
2 views (last 30 days)
Show older comments
Hi all,
I am having this issue;
Inverse of symbolic matrices started to return empty matrix. It's Determinant also returns empty. I can calculate it term by term though. However, differentiating them, even term by term, results in a reshape error. (most probably due to an empty matrix created). Errors change, not all appear at once and not for every matrix..
Straight multiplication of symbolic matrices also started to result in an empty matrix..
Can't simplify either. (reshape error also)
Prior symbolic calculations look fine, until working with larger equations. All matrices are lower then 5x5.
I am suspicious of latest Java updates.. Using matlab R14..
Any ideas anyone?
2 Comments
Shashank Prasanna
on 26 Feb 2013
It is unlikely that it is a Java issue unless you are on a Mac. However, can you provide some code you are running and the exact error message? It will be easier to assist you.
Answers (2)
fugue
on 26 Feb 2013
2 Comments
Walter Roberson
on 26 Feb 2013
Try symvar() instead of findsym()
What happens if you ask for findsym(xE) ?
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!