Internal error with symbolic engine
이전 댓글 표시
I have written a code for neural networks. It includes symbolic function. The code runs fine for a couple hundred iterations, but after that gives this error:
"Warning: While saving an object of class 'sym': Internal error with symbolic engine. Quit and restart matlab."
Any idea how to get around this?
댓글 수: 1
Walter Roberson
2019년 7월 8일
I suspect that the symbolic expression became so complicated that you are running out of memory while it is trying to save the expression.
Possibly adding vpa() calls might help.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Assumptions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!