Symbolic calculation gives Empty Matrix...
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Shashank Prasanna
il 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.
Risposte (2)
fugue
il 26 Feb 2013
2 Commenti
Walter Roberson
il 26 Feb 2013
Try symvar() instead of findsym()
What happens if you ask for findsym(xE) ?
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!