-
getPDF
parameter stimation plus matlab has been desrcibed in this paper
- 2010-12-16 04:00:06下载
- 积分:1
-
UnitCommitment-Lagrange
使用拉格朗日松弛最小化方法处理简单的机组组合问题(UC)算例程序,源自电力系统运行与控制一书(Lagrangian relaxation minimization method is used to deal with simple unit combination problem (UC) example program, starts the power system operation and control)
- 2020-11-16 01:29:41下载
- 积分:1
-
stlwrite
matlab code for stlwrite - Write binary or ascii STL file
- 2015-02-07 13:45:16下载
- 积分:1
-
GM11
此代码为灰色预测GM(1,1)代码,其中包括了各个参数的计算及误差(This code is gray forecasting GM (1,1) code, including the calculation of the various parameters and error)
- 2014-02-05 14:52:14下载
- 积分:1
-
Cholesky
说明: 实 现 Cholesky(Cholesky)
- 2010-04-22 19:07:50下载
- 积分:1
-
Binary-particle-swarm-source
本文给出了二进制粒子群算法的源程序,并运用实例进行了验证。(In this paper, the source code of the binary particle swarm algorithm is given and verified by an example.)
- 2017-04-16 23:36:27下载
- 积分:1
-
qtfm_1_2
这是支持在MATLAB中进行四元数(哈密顿数)的工具箱,函数丰富,能大大简化四元数运算的速度(This is supported in MATLAB quaternions (Hamilton number) of the toolbox, function rich, can greatly simplify the quaternion computing speed)
- 2008-04-04 01:01:08下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
pCA
JITL PCA 应用于间歇过程故障诊断(JITL PCA)
- 2015-03-06 16:01:33下载
- 积分:1
-
butterfilter
matlab 上进行滤波器设计一个很好的例子(how to design filter )
- 2012-07-16 19:54:00下载
- 积分:1