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
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 件)

カテゴリ

質問済み:

2019 年 7 月 7 日

コメント済み:

2019 年 7 月 8 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by