Out of memory problem using ODE solver
6 ビュー (過去 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!