-
ComMat
This class to allow send and receive datas between Matlab e VB.NET
- 2010-09-09 19:27:40下载
- 积分:1
-
jader
特征矩阵的联合对角化法(JADE),独立分量分析(ICA)的一种方法,用matlab编写(Characteristic matrix of the joint diagonalization method (JADE), independent component analysis (ICA) is a means to prepare with matlab)
- 2009-04-07 10:49:47下载
- 积分:1
-
matlabEXTENDERv1.0
这个软件包提供的例程可以扩展器读取并绘制网格,现场并指出文件。 Extender是一个环形等离子体计算上的代码从一个平衡代码(如VMEC或馅饼)电网的磁场。该扩展器的代码是由迈克尔Drevlak在等离子物理研究所。(This package provides routines to read and plot the EXTENDER mesh, field and points files. EXTENDER is a toroidal plasma code which calculates the magnetic field on a grid from an equilibrium code (such as VMEC or PIES). The EXTENDER code is maintained by Michael Drevlak at the Institute for Plasma Physics.)
- 2011-05-23 11:26:48下载
- 积分:1
-
MyHamming
说明: 模拟退火算法求函数 f(x)的最小值点, 且 l <= x <= u
f为待求函数,x0为初值点,l,u分别为搜索区间的上下限,kmax为最大迭代次数
q为退火因子,TolFun为函数容许误差
算法第一步根据输入变量数,将某些量设为缺省值( Simulated annealing algorithm of a function f (x) the minimum point, and l < = x < = u f is the unknown function, x0 as the initial point, l, u, respectively, lower and upper limits for the search interval, kmax is the maximum q iterations for the annealing factor, TolFun as a function of allowable error algorithm is the first step according to the number of input variables, set default values for certain amount of)
- 2011-02-23 13:35:31下载
- 积分:1
-
tool_image_6
基于fft和二进小波编写的二维小波多孔算法图像分解,效果不错(Fft and based on dyadic wavelet algorithm for the preparation of porous two-dimensional wavelet image decomposition, good results)
- 2010-05-21 12:09:18下载
- 积分:1
-
Untitled3
基于matalab的最大熵方法的图像分割程序(Segmentation based on maximum entropy)
- 2012-05-18 20:10:11下载
- 积分:1
-
m10_9
神经网络训练的matlab M文件仿真例子。这个例子里面可以看到训练后最终拟合曲线是很接近给定样本的。(Matlab M file of the neural network training simulation examples. This example, which can be seen the training after the final fitting curve is very close to a given sample.)
- 2013-01-28 00:21:35下载
- 积分: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
-
PV_System_MPPT_Grid
单相光伏并网逆变系统的Matlab建模,MPPT的扰动观察法,亲测可用(MPPT model)
- 2016-06-02 11:09:59下载
- 积分:1
-
qq1_3
3种定位算法中读取数据用到的txt文档,一共3个(Location algorithm in three kinds of data used to read txt files, a total of three)
- 2009-07-12 17:34:09下载
- 积分:1