搜索资源列表
rk4
- function [tout, yout] = rk4(ypfun, tspan, y0, h) %定步长四阶Runge-Kutta法求常微分方程(组)数值解 %[tout,yout] = rk4( ypfun , tspan, y0,h) % 这里字符串ypfun是用以表示f(t, y)的M文件名, % tspan=[t0, tfinal]表示自变量初值t0和终值tf % y0表示初值向量y0,h是步长。 % 输出列向量tout表示节点 (t0 , t1 , … ,
rk4
- 四阶龙格库塔算法解微分方程,给出初始值,设定步长,解出运动方程。-fourth order runge-kutta method for differential equations.
RK4
- range Kutta implement with Microsoft excel
RK4
- 1.用四阶 Runge-Kutta 法求数值积分的函数为 RK4 2.此函数的入口参数为:系统维数 dimension,仿真时间 tspan 。 3.tspan 的格式为 [a:h:b] . 其中 a 表示起始时间,h 表示步长,b 表示终止时间。 4.仿真模型的状态方程、输出方程的系数矩阵以及系统初值均存放于文件 input information.txt 中。 5.仿真结果存放于文件 result.txt 中。 6.运行举例: 将 M 文件 RK4.m 和 inpu
Exercise1_4
- 控制系统仿真,龙各库塔法,欧拉法,RK4等,这是书上的-Control system simulation, Long each Kutta method, Euler, RK4, etc. This is a book
RK4
- 龙格-库塔法1、2、4阶代码,如果想要仿真其他函数,可以在代码中改-Runge- Kutta method 1,2,4-order code, if you want to emulate other functions, you can change the code
RK4
- RK4通用程序,可以求解一般的数值微分的问题,RK4通用程序-RK4 General Procedure
RK2a4
- RK2 RK4 RK 2 RK4 RK2 RK4-RK2 RK4 RK2 RK4 RK2 RK4 RK2 RK4
Exercise1_4
- 控制系统仿真,龙各库塔法,欧拉法,RK4等,这是书上的-Control system simulation, Long each Kutta method, Euler, RK4, etc. This is a book
Pid-Rk4
- 自己做的pid调节,已知输入求输出过程用的是龙格库塔发的4阶程序,对了解rk4有很大帮助-Do the PID regulation, the known input process is the output of 4 order Runge Kutta procedure development, are of great help to understand RK4
runge_kutta
- document : rung-kutta methode