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

求常微分方程的数值解 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模拟大数定律和中心极限定理.pdf

    您所在位置:网站首页 > 海量文档 &nbsp>&nbsp计算机&nbsp>&nbspmatlab 用MATLAB模拟大数定律和中心极限定理.pdf8 ...

  6. 大数定理的MATLAB编程,用MATLAB模拟大数定律和中心极限定理

    收稿日期: 2005 - 02 - 04 作者简介: 林小苹(1964-) , 女 , 广东汕头人 , 讲师. 文章编号 : 100124217(2005)020012207 用 MATLAB 模拟大 ...

  7. 计算机网络中的网桥,一个动画看懂网络原理之网桥的工作原理

    一个动画看懂网络原理之网桥的工作原理 一.网桥是干什么的 网桥工作在OSI参考模型数据链路层的两端口或多端口二层网络设备,是用来连接不同网段的存储转发设备.使用网桥能扩展网络的距离或范围,还可以提高网 ...

  8. 单叶双曲面MATLAB编程,在matlab中画函数(x^2+y^2)/9-z^2/4=1的旋转单叶双曲面

    答:>> [x,y]=meshgrid(-10:0.1:10); z=2*sqrt((x.^2+y.^2)/9-1); z((x.^2+y.^2)/9-1 答:-1.5:0.1:1.5; ...

  9. 最优控制问题matlab编程实例,matlab实现解决最优控制中的内点约束问题

    问题 此问题出自Solving optimal control problems with MATLAB.pdf 此问题matlab实现程序 function er3OC_sym %EG3OC_sym ...

最新文章

  1. 一次性掌握机器学习基础知识脉络 | 公开课笔记
  2. (二)linux内核准备及编译
  3. 2022新年重磅技术分享|深入理解Linux操作系统
  4. 使用Azure DevOps Pipeline实现.Net Core程序的CD
  5. android item弹出popupwindow recycleview_Android实现RecycleView嵌套RecycleView中的item自动循环滚动功能...
  6. Feature Layer with selection(ArcGIS JS Api 图上点选)
  7. CS0579 Duplicate 'Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute
  8. Mac Sublime Text 3插件安装
  9. PSP2000V3版5.03系统误删PSP文件夹的拯救方案
  10. 在linux上安装微信
  11. MetCoin 元宇宙是什么?可以免费挖吗?
  12. 流量复制导流工具研究
  13. Android applink 踩坑指南
  14. MySQL_创建表,添加表注释,复制表结构
  15. 产品运营:用户为什么要用你的产品
  16. Java正则匹配提取年月日字符串
  17. CEO说其实福特造的是“计算机”,流水线工人靠外骨骼变身钢铁侠
  18. linux ps aux gep,svn在linux上的安装
  19. 安装资源包后出现的错误信息解决办法
  20. 【不务正业系列】爬虫易烊千玺QQ音乐扑通社区“阅读”、“动态”和“成员”数据

热门文章

  1. [vue]data数据属性及ref获取dom
  2. Kotlin入门简介
  3. 感动要哭 撸了一个半小时的重载预算符高精
  4. 安装SQL2012出现[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD)设置为 1
  5. 正益工场为京西创客工场输送双创“软”实力
  6. Radar Installation
  7. CVE-2014-4877 wget: FTP Symlink Arbitrary Filesystem Access
  8. @PathVariable注解使用
  9. JavaScript --- 取得鼠标事件的坐标
  10. JavaScriptBreak 语句 continue 语句