
matlab
文章平均质量分 63
Feisy
more virtualization,more automation,more intelligent
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
matlab的Ode函数支持的选项表
来自:https://ww2.mathworks.cn/help/matlab/math/summary-of-ode-options.html原创 2022-05-19 11:41:56 · 202 阅读 · 0 评论 -
关于Matlab的ODE函数模拟十分缓慢的一些方案
一 使用变步长https://ww2.mathworks.cn/matlabcentral/answers/92961-how-do-i-use-a-fixed-step-size-with-ode23-and-ode45-in-matlab1.1 问题I would like to use the ODE23 and ODE45 ordinary differential equation solver functions with a fixed step size.How do I do t原创 2022-05-19 10:47:06 · 3159 阅读 · 0 评论 -
Ode45的步长以及RelTol AbsTol
look hereThe stepsize of ode45 is not constant, but chosen such that the error tolerances you prescribe are met. Thus mean step size can only be controlled indirectly by strengthening (-> smaller stepsize) or weakening (-> larger stepsize) the error原创 2022-02-15 11:04:47 · 5514 阅读 · 0 评论