CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - matlab ode45

搜索资源列表

  1. missile-simulation 用matlab实现的导弹轨迹跟踪

    5下载:
  2. 用matlab实现的导弹轨迹跟踪,In this Program I simulate missile in 5 states. I use ode45 for solving equation. This program is my dynamics 1 project in mechanical engineering of Amirkabir University-In this Program I simulate missile in 5 states. I use ode45 for
  3. 所属分类:matlab例程

    • 发布日期:2013-08-09
    • 文件大小:3732
    • 提供者:胡靖华
  1. numerical_analysis_homework

    4下载:
  2. (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:350886
    • 提供者:wjl
  1. myeuler_vs_ode45

    0下载:
  2. 比较欧拉公式与matlab的ode方法解微分方程的不同-Comparison of the Euler formula for the ode with matlab different method to solve differential equations
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1716
    • 提供者:侯硕本
  1. ODE45_lorenz

    0下载:
  2. Show work of ODE45 function. As the example use lorenz equation. Example show ensemble Puankare and phase picture
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:561
    • 提供者:Alexandr
  1. lotkademo

    0下载:
  2. MATLAB Example Code : For MATLAB developers, this example code will explain the usage of Ordinary Differential Equations ODE23 and ODE45 in the Matlab environment-MATLAB Example Code : For MATLAB developers, this example code will explain the usage
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1200
    • 提供者:mansoor
  1. guides

    0下载:
  2. Guide to use and solve Ordinary Differential equations using ode45 in MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:96828
    • 提供者:touchworks
  1. ode45

    1下载:
  2. 解常微分方程的Matlab程序 字符串ypfun是用以表示f(t, y)的M文件名, tspan=[t0, tfinal]表示自变量初值t0和终值tf y0表示初值向量y0,可选参数options为用odeset设置精度等参数。 输出列向量tout表示节点,输出矩阵yout 表示数值解,每一列对应y的一个分量。若无输出参数,则作出图形。-Solution of ordinary differential equations of the Matlab program is
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:6201
    • 提供者:jiajt
  1. ode45

    1下载:
  2. ode45 function- the matlab code of ode function
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6685
    • 提供者:parsa
  1. ODE45

    1下载:
  2. matlab仿真模拟中的ode45的使用例程,文件代码是一个很好的ode45实验模板-ode45 matlab simulation in the use of routine, the file code is a good experimental template ode45
  3. 所属分类:matlab

    • 发布日期:2016-01-23
    • 文件大小:6144
    • 提供者:刘子超
  1. ODEs-numerical-solutions-by-MATLAB

    0下载:
  2. 常微分方程的MATLAB解法教程详解,包含ODE45等经典函数的例子-Detailed tutorials in how to get Solution of Ordinary Differential Equations by MATLAB , includingclassic example of a function ODE45,ode23,etc
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2191397
    • 提供者:RobinZhang
  1. untitled

    0下载:
  2. 调用matlab中的ode45函数解微分方程,ode45解方程方法用的是四阶五级的龙哥库塔法-Call the matlab ode45 function solving differential equations, ode45 solve the equation method of fourth order with is the fifth longge coulthard method
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:6471
    • 提供者:zengxuefen
  1. How-Use-ODE45-to-solve-Boundary-Value-ODE

    0下载:
  2. In MATLAB, usually we use function bvp4c() to solve boundary value problem (BVP) of ODE. However, we also can use function ode45() to solve BVP of ODE too. However, ode45() needs all initial values at one point. Therefore we have to construct an auxi
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:83380
    • 提供者:delin
  1. matlab

    0下载:
  2. 运用ode45求解微分方程,并用matlab做出其图形-Use ode45 to solve differential equations, and make its graphics with matlab
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:5324
    • 提供者:dengdeng
  1. ode45-matlab

    1下载:
  2. 本程序特别适合于弹道计算等方面使用。比ODE45函数的速度加快了很多,且程序充分展示了Matlab向量运算的强大功能,以及编程的简单快捷。-This procedure is particularly suitable for use ballistic calculations and other aspects. ODE45 faster than a lot of functions and procedures for demonstrating the power of Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:6578
    • 提供者:wangbei
  1. matlab-ode45-numerical-solution

    0下载:
  2. 用matlab中的ode45数值求解电路中的节点电压和元件电流(已运行可行)-Using matlab ode45 numerical solution of the node in the circuit voltage and component current (already running practicable))
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:84398
    • 提供者:lishuai
  1. 4(Runge-kutta)MATLAB

    0下载:
  2. 龙格库塔算法解微分方程的名声显赫,将算法的理论、MATLAB实现以及ode45验证总结-Runge Kutta algorithm for solving differential equations of fame, theory, MATLAB algorithm and ode45 verification summary
  3. 所属分类:mathematica

    • 发布日期:2017-04-12
    • 文件大小:799
    • 提供者:吴夏君
  1. shengwuyixue

    0下载:
  2. 给定初始条件和常量,运用matlab函数ode45对酶促反应进行求解,同时确定反应达到99.9 底物转化率所需要的时间。-A given initial conditions, and constants, the enzymatic reaction is solved using matlab ode45 function, at the same time to determine the reaction substrate conversion the time required to
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-27
    • 文件大小:24140
    • 提供者:
  1. lorenz

    0下载:
  2. [T,Res]=lyapunov(3,@lorenz_ext,@ode45,0,0.5,200,[0 1 0],10);
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:2048
    • 提供者:砺剑工大
  1. 地震动反应谱求解ode45函数

    1下载:
  2. 采用matlab ode45函数求解单自由度反应谱。在读博士,这程序自己也用到!
  3. 所属分类:matlab例程

    • 发布日期:2018-03-19
    • 文件大小:33246
    • 提供者:abench363219
  1. Ode程序

    1下载:
  2. 主要用于多智能体系统数值仿真,采用MATLAB中ode45函数解线性微分方程组(It is mainly used in the numerical simulation of multi-agent system. The ode45 function in MATLAB is used to solve linear differential equations.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-06-10
    • 文件大小:1024
    • 提供者:木叶秋风
« 12 »
搜珍网 www.dssz.com