该楼层疑似违规已被系统折叠 隐藏此楼查看此楼

求常微分方程的数值解 ode45方法的源代码怎么看懂呢?四百多行 如何理解这些代码的核心思想 以方便未来自己使用呢?求大神指点迷津 感激不尽

function varargout = ode45(ode,tspan,y0,options,varargin)

%ODE45 Solve non-stiff differential equations, medium order method.

% [TOUT,YOUT] = ODE45(ODEFUN,TSPAN,Y0) with TSPAN = [T0 TFINAL] integrates

% the system of differential equations y' = f(t,y) from time T0 to TFINAL

% with initial conditions Y0. ODEFUN is a function handle. For a scalar T

% and a vector Y, ODEFUN(T,Y) must return a column vector corresponding

% to f(t,y). Each row in the solution array YOUT corresponds to a time

% returned in the column vector TOUT. To obtain solutions at specific

% times T0,T1,...,TFINAL (all increasing or all decreasing), use TSPAN =

% [T0 T1 ... TFINAL].

%

% [TOUT,YOUT] = ODE45(ODEFUN,TSPAN,Y0,OPTIONS) solves as above with default

% integration properties replaced by values in OPTIONS, an argument created

% with the ODESET function. See ODESET for details. Commonly used options

% are scalar relative error tolerance 'RelTol' (1e-3 by default) and vector

% of absolute error tolerances 'AbsTol' (all components 1e-6 by default).

% If certain components of the solution must be non-negative, use

% ODESET to set the 'NonNegative' property to the indices of these

% components.

%

% ODE45 can solve problems M(t,y)*y' = f(t,y) with mass matrix M that is

% nonsingular. Use ODESET to set the 'Mass' property to a function handle

% MASS if MASS(T,Y) returns the value of the mass matrix. If the mass matrix

% is constant, the matrix can be used as the value of the 'Mass' option. If

% the mass matrix does not depend on the state variable Y and the function

% MASS is to be called with one input argument T, set 'MStateDependence' to

% 'none'. ODE15S and ODE23T can solve problems with singular mass matrices

matlab中ode45如何设置,matlab 中ode45的源代码如何看懂相关推荐

  1. matlab编程ode45,matlab 中ode45的源代码如何看懂

    该楼层疑似违规已被系统折叠 隐藏此楼查看此楼 求常微分方程的数值解 ode45方法的源代码怎么看懂呢?四百多行 如何理解这些代码的核心思想 以方便未来自己使用呢?求大神指点迷津 感激不尽 functi ...

  2. matlab ode45指令,matlab 中ode45的源代码如何看懂

    该楼层疑似违规已被系统折叠 隐藏此楼查看此楼 求常微分方程的数值解 ode45方法的源代码怎么看懂呢?四百多行 如何理解这些代码的核心思想 以方便未来自己使用呢?求大神指点迷津 感激不尽 functi ...

  3. matlab ode45 options,matlab 中ode45的源代码如何看懂

    该楼层疑似违规已被系统折叠 隐藏此楼查看此楼 求常微分方程的数值解 ode45方法的源代码怎么看懂呢?四百多行 如何理解这些代码的核心思想 以方便未来自己使用呢?求大神指点迷津 感激不尽 functi ...

  4. matlab ode45 特姐,matlab 中ode45的源代码如何看懂

    该楼层疑似违规已被系统折叠 隐藏此楼查看此楼 求常微分方程的数值解 ode45方法的源代码怎么看懂呢?四百多行 如何理解这些代码的核心思想 以方便未来自己使用呢?求大神指点迷津 感激不尽 functi ...

  5. matlab输出曲线颜色设置,matlab曲线颜色样式设置

    公告: 为响应国家净网行动,部分内容已经删除,感谢读者理解. 话题:matlab曲线颜色样式设置 问题详情:f1=figure;x=[0:pi/10:2*pi]; fori=1: 曲线颜色或样式不同呢 ...

  6. 路由器中虚拟服务器设置,路由器中虚拟服务器设置方法

    路由器中虚拟服务器设置方法 内容精选 换一换 购买独享带宽或是共享带宽时都需要选择带宽大小,该值为出云带宽的最大上限.如果出现依赖于公网的web应用程序出现卡顿等情况,请先排查该弹性云服务器绑定的EI ...

  7. MATLAB新手简明使用教程(六)——使用matlab求解定积分和不定积分的问题——新手来看,保证看懂。

    前期回顾 上期的教程虽然简短,但还是有点东西的,上一节中,我们学习了下面的知识点. 在matlab中定义矩阵:A = [1 2 3; 2 3 4; 3 4 5],每行元素空格隔开,两行之间使用分号隔开 ...

  8. matlab中colorbar的设置,matlab colorbar的使用 | 学步园

    1:请问matlab中画多张图如何使用同一范围的colorbar? 例如生成了图1,2,3 生成图1时,使用 temp1=caxis; 将图1的z值的取值范围(即colorbar的取值范围)取出. 生 ...

  9. matlab的时间单位设置,MATLAB实际单位时间计时函数

    MATLAB实际单位时间计时函数的具体应用,在编写程序时,经常需要获知代码的执行实际时间,这就需要在程序中用到计时函数,matlab中提供了以下三种方法: 1.cputime(单位不明) 返回matl ...

最新文章

  1. amazeui页面分析5
  2. c语言指数pow,C语言中的指数函数pow()问题
  3. 软件维护费 一般按照多少比例_2021年国家电网招聘:笔试进面一般是多少比例?...
  4. 微软商店安装包_搞定你的数学问题:微软发布新APP可以手写或扫描数学题进行解答...
  5. java form action 参数_java发起form请求(有参数,无参数)
  6. CA AutoSys Workload Automation r11 Quick Resource Guide
  7. Java统计文件夹中文件总行数
  8. SAP Spartacus里,点击checkbox右边的span文本,不会触发checkbox勾选的原因
  9. 虚拟服务器关机返回用户信息,在Linux服务器关机前向用户显示一条自定义消息...
  10. poj 1789 TruckHistory 最小生成树 Kruskal、Prim
  11. 六界仙尊h5服务器维护多久,《六界仙尊》5月6日更新维护 公开虚天BOSS坐标
  12. 九章基础算法03:树和递归
  13. 17.Class Preferences
  14. (转载)使用Maven构建多模块项目
  15. 1.3亿元战略投资落地,有赞的盈利拐点到了吗?
  16. 溯源(六)之溯源的方法
  17. tomcat错误This is very likely to create a memory leak
  18. Weisfeiler-Leman test与WL subtree kernel
  19. systemd:源自红帽的系统初始化和服务管理套件
  20. php 空间租用,php空间租用的底层逻辑清单

热门文章

  1. Android应用开发--MP3音乐播放器代码实现(二)
  2. ubuntu下文件名乱码的解决办法
  3. DLL动态链接库的工作原理
  4. 科大星云诗社动态20201122
  5. Sci-Hub和 Alexandra 的基本信息
  6. 无监督分类:聚类分析(K均值)
  7. window的onresize执行多次的解决方法
  8. Javascript之浏览器对象
  9. 记录每次更新到仓库 —— Git 学习笔记 10
  10. Linux-0.00 代码解析(三)