Why does odeset RelTol and AbsTol values truncate the results?
1 view (last 30 days)
Show older comments
Hi everyone,
On the attached code, I am trying to use odeset to smoothen the result. When I use 'RelTol' of 1e-2 and 'AbsTol' of 1e-2 I get the following plot:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/204122/image.png)
However, when I use 'RelTol' of 1e-3 and 'AbsTol' of 1e-3 I get the following plot:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/204123/image.png)
How can I smoothen it without truncating.
0 Comments
Answers (0)
See Also
Categories
Find more on Ordinary Differential Equations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!