How to extract the internal time discretization of the solver PDEPE.
1 次查看(过去 30 天)
显示 更早的评论
For a give time discretization, How can I extract the internal time discretization of PDEPE?
This is easy with ODE45. But since it is internal to PDEPE, I would like to know if I can still set the internal discretization of the time as an output (i.e. not exactly tspan).
Thanks.
0 个评论
回答(1 个)
Torsten
2017-5-12
Use "OutputFcn" in the "options" structure.
"OutputFcn" will then be called after each successful time step.
Best wishes
Torsten.
2 个评论
另请参阅
类别
在 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!