Can I set AbsTol for only some components of solution?
2 ビュー (過去 30 日間)
古いコメントを表示
I have a system of ODEs in matlab which I want to solve using the standard solvers. On some of the values of these components I know sensible absolute tolerances, but on other components this is difficult to determine easily. Is it possible in some way to use AbsTol only for some components of your solution and not others?
I tried setting AbsTol for other components to Inf, or a large value. However this caused issues, I think because the solvers use the values in AbsTol in some way to explore the solution at the start of the computation.
0 件のコメント
回答 (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!