Out of Memory Error when Copying
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello,
I have a function which symbolically solves for a set of differential equations and writes them out to a text file. Before this, I have always been able to copy/paste these equations in the text file into a function called by ode45 which solves the system of differential equations. However, I'm running into an example where I get an error saying
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space
when I try to copy. I presume this is because the symbolic equations are too long. Does anyone have any suggestions for how to get around this copy error?
Thanks, Kevin
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!