Out of memory problem using ODE solver
조회 수: 7 (최근 30일)
이전 댓글 표시
Hi everyone,
I have the problem of out of memory in a time domain stiff simulation using ODE15s. What I have tried to solve the problem is the well-known discretizing the time range but doesn't work and I still face the problem. Any idea?
many thanks
댓글 수: 1
Torsten
2016년 2월 18일
Did you try whether a nonstiff solver really doesn't work ?
These solvers need much less memory.
Best wishes
Torsten.
답변 (1개)
Jan
2016년 2월 18일
편집: Jan
2016년 2월 18일
"Out-of-memory" is treated in the same way every time:
- Install more RAM
- Free unused memory
- Increase the virtual memory
- Install even much more RAM
But in addition post the complete error message, most of all the line, which causes the error. Sometimes the memory is not the problem, but simply a type as: rand(1e6) instead of rand(1, 1e6).
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!