Symbolic calculation gives Empty Matrix...
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Shashank Prasanna
el 26 de Feb. de 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.
Respuestas (2)
fugue
el 26 de Feb. de 2013
2 comentarios
Walter Roberson
el 26 de Feb. de 2013
Try symvar() instead of findsym()
What happens if you ask for findsym(xE) ?
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!