Welcome![Sign In][Sign Up]
Location:
Search - ode45

Search list

[Other20056154899909

Description: ode45解微分方程,C++语言编写,适合移植到DSP上-ode45 Solutions Differential Equations and C++ language, suitable for transplant to DSP
Platform: | Size: 7168 | Author: 耿华 | Hits:

[Othershuangbai

Description: 使用ode45函数,计算双摆模型,同时动画显示结果。并画图相应的相图. -use ode45 function, double pendulum model calculation, the results show animation. Drawing and the corresponding phase diagram.
Platform: | Size: 1024 | Author: miao | Hits:

[AlgorithmMicrosoftWord3

Description: 精度再往上走两个量级,runge-kutta法是最常用的单步高精度微分方程的解法,ode45的基本思想即来自于此,由于lyrock对这个方法的基本问题已经总结的比较全面,因此,我在这里只是简单介绍一下我自己学习的感受-accuracy upward taking two order of magnitude, runge- kutta method is the most commonly used high-precision single-step solution of differential equations. ode45 the basic idea that is from here, As lyrock the right approach to the problem has been summed up by a more comprehensive way,#$#!269333#!#$I2cInt_c.rar!#$#THIS PROGRAM IS DESIGNE.
Platform: | Size: 3072 | Author: 王正刚 | Hits:

[Documents1

Description: 在命令窗输入如下内容就得到图形了: [t,x]=ode45( godhua ,[0,10],[0,0,0,1]) subplot(131) plot(t,x(:,4)) xlabel( t ) ylabel( y ) subplot(132) plot(t,x(:,1)) xlabel( t ) ylabel( v ) subplot(133) plot(t,x(:,2)) xlabel( t ) ylabel( \theta ) -At the command window type the following content to be the graphics: [t, x] = ode45 (godhua, [0,10], [0,0,0,1]) subplot (131) plot (t, x (:, 4 )) xlabel (t) ylabel (y) subplot (132) plot (t, x (:, 1)) xlabel (t) ylabel (v) subplot (133) plot (t, x (:, 2)) xlabel ( t) ylabel (heta)
Platform: | Size: 3072 | Author: 胡松林 | Hits:

[Mathimatics-Numerical algorithmsHyChen

Description: 使用ode45函数,通过解微分方程的方式,实现超混沌chen系统吸引子的仿真-The use of ode45 function, through the solution of differential equations approach to achieve hyperchaotic attractors chen System Simulation
Platform: | Size: 1024 | Author: lauren | Hits:

[OpenGL programchen

Description: 通过ode45函数,实现了三维混沌chen系统的吸引子的仿真。-Through the ode45 function, the realization of three-dimensional chaotic attractor chen system simulation.
Platform: | Size: 1024 | Author: lauren | Hits:

[matlabnumerical_analysis_homework

Description: (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的微分方程一般可以化为状态空间(STATE SPACE)的低阶微分方程来求解.从微分方程的性态看来,主要是微分方程式一阶导系数大的时候,步长应该选得响应的小些.或者如果问题的性态不是太好估计的话,用较小的步长是比较好的,此外的话Adams多步法在小步长的时候效率比R-K(RUNGE-KUTTA)方法要好些,而精度也高些,但是稳定区间要小些.从初值和边值来看,也是显著的不同的.此外对于非线性常微分方程还有打靶法,胞映射方法等.而对于微分方程稳定性的研究,则诸如相平面图等也是不可缺少的工具.值得提出的是,除了用ode系类函数外,用simulink等等模块图来求解微分方程也是一种非常不错的方法,甚至是更有优势的方法(在应用的角度来说).-(Source code) numerical analysis homework, this docment includes two parts, the first is ordinary differential equations (ODE) of the three examples, the second part is about the expansion of the discussion, including the higher-order ordinary differential & boundary value solution Problems (BVP). the text of the algorithm and numerical examples are based on the Matlab. ODE from the rigid (STIFFNESS) look into the issue of non-rigid and rigid problem, rigid problems (such as large coefficient VDP equation) such as using the always method ODE45 used to solve the problems , efficiency will be low, with ODE15S the other hand, many of the high efficiency. and the usual problem of non-rigid, there will be used to solve ODE45 very good results. Judging from the order can be for high-order differential equations and first-order ordinary differential equations, higher-order differential equations can be transformed into a general state space (STATE SPACE) used to solve the low-order different
Platform: | Size: 351232 | Author: wjl | Hits:

[matlabODE45_lorenz

Description: Show work of ODE45 function. As the example use lorenz equation. Example show ensemble Puankare and phase picture
Platform: | Size: 1024 | Author: Alexandr | Hits:

[matlablotkademo

Description: 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 of Ordinary Differential Equations ODE23 and ODE45 in the Matlab environment
Platform: | Size: 1024 | Author: mansoor | Hits:

[ADO-ODBCim

Description: INDUCTION MOTOR RUN (Currents and speed as state variables) The motor is running at a specified load. After reaching steady state in an initialization first run, the initial conditions are established for a second run in which the load is pulsating. The dynamic equations are expressed in canonical first-order matrix form adopting currents and speed as state variables, and are solved using ODE45. The user has the choice of selecting one of three common (dq) reference frames: STATOR, ROTOR or SYNCHRONOUS. The torque, speed,and current responses are plotted. -INDUCTION MOTOR RUN (Currents and speed as state variables) The motor is running at a specified load. After reaching steady state in an initialization first run, the initial conditions are established for a second run in which the load is pulsating. The dynamic equations are expressed in canonical first-order matrix form adopting currents and speed as state variables, and are solved using ODE45. The user has the choice of selecting one of three common (dq) reference frames: STATOR, ROTOR or SYNCHRONOUS. The torque, speed,and current responses are plotted.
Platform: | Size: 2048 | Author: Ahmad | Hits:

[matlabguides

Description: Guide to use and solve Ordinary Differential equations using ode45 in MATLAB
Platform: | Size: 97280 | Author: touchworks | Hits:

[matlabode45

Description: 解常微分方程的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 used to indicate ypfun string f (t, y) M-file name, tspan = [t0, tfinal] said that since the variable t0 initial and final values of tf y0, said initial vector y0 , optional parameters to set options for the use of odeset accuracy and other parameters. The output column vector tout that node, the output matrix yout that of numerical analysis, each column corresponds to y of a component. If there are no output parameters, then make a graph.
Platform: | Size: 6144 | Author: jiajt | Hits:

[Otherpendulum

Description: 单摆运动的仿真,用到了欧拉算法,ode45算法且对两种方法进行了对比-eulerode ode45 matlab pendulum
Platform: | Size: 1024 | Author: 王广佳 | Hits:

[Othermatlabnumericalode

Description: Numerical Methods for ODE in MATLAB MATLAB has a number of tools for numerically solving ordinary differential equations. We will focus on one of its most rudimentary solvers, ode45, which implements a version of the Runge–Kutta 4th order algorithm. (This is essentially the Taylor method of order 4, though implemented in an extremely clever way that avoids partial derivatives.) For a complete list of MATLAB’s solvers, type helpdesk and then search for nonlinear numerical methods.
Platform: | Size: 57344 | Author: 送客 | Hits:

[matlabode45

Description: ode45 function- the matlab code of ode function
Platform: | Size: 7168 | Author: parsa | Hits:

[matlabODE45

Description: matlab仿真模拟中的ode45的使用例程,文件代码是一个很好的ode45实验模板-ode45 matlab simulation in the use of routine, the file code is a good experimental template ode45
Platform: | Size: 6144 | Author: 刘子超 | Hits:

[matlabode45

Description: ode45源文件,貌似还不错哦,为什么要那么长-ode45 source file, looks like bad Oh, why did it take so long
Platform: | Size: 7168 | Author: hujianjian | Hits:

[matlabODEs-numerical-solutions-by-MATLAB

Description: 常微分方程的MATLAB解法教程详解,包含ODE45等经典函数的例子-Detailed tutorials in how to get Solution of Ordinary Differential Equations by MATLAB , includingclassic example of a function ODE45,ode23,etc
Platform: | Size: 2191360 | Author: RobinZhang | Hits:

[matlabODE

Description: 定步长ODE4、ODE5算法,用法和ode45相似 唯一不同的就是ode45是[t,y]=ode45(), 这个是y=ode4(),因为是定步长的-Fixed-step ODE4, ODE5 algorithms, usage, and the only difference is similar to ode45 ode45 is [t, y] = ode45 (), this is y = ode4 (), because the step length is fixed
Platform: | Size: 2048 | Author: xuex | Hits:

[matlabode45

Description: Ode45 solver for non linear equation of sferical proportion anus
Platform: | Size: 32768 | Author: youmumgay99 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net