-
surshrHEDA
基于直方图的分布估计算法matlab源程序,测试函数选用的是30维函数(for h=1:m
for j=1:((x2-x1)/binswidth)
if (x(h)>=x1+(j-1)*binswidth)&(x(h)<x1+j*binswidth)
H(j)=H(j)+1
end
end
end
[wid,len]=size(H)
H=H/(wid*len)
objvalue=sort(objvalue, descend )
for j=1:((x2-x1)/binswidth))
- 2013-03-15 10:44:15下载
- 积分:1
-
..
说明: matlab与数学建模--源程序
我是初学者,大家可以参考一下(matlab mathematical modeling- source
I am a beginner, we can refer to)
- 2012-05-15 17:18:47下载
- 积分:1
-
prog1
通信原理实验生成软件及相关代码,调制解调(C生成)(Communication principle experiment generation software and related codes, modulation and demodulation (C generated))
- 2014-09-17 20:13:40下载
- 积分:1
-
长周期光纤光栅传输谱
说明: 利用耦合模理论分析了光纤Bragg光栅中纤芯模间的耦合、倾斜光纤光栅中纤芯模与辐射模和包层模间的耦合(The coupling mode theory was used to analyze the coupling between the core modes in the fiber Bragg grating and the coupling between the core mode and the radiation mode and the cladding mode in the tilted fiber grating.)
- 2021-03-04 09:29:33下载
- 积分:1
-
matlab
matlab basic on fir,matlab basic on fir
- 2011-12-27 14:45:42下载
- 积分:1
-
phase-field-simulation
This is a phase field simulation example to simulate the segeration of two phase flow.
- 2012-05-04 23:27:26下载
- 积分:1
-
VC_MATLAB7SharedLibrary
调用MATLAB7 Compiler 产生共享库程序的方法介绍,有如下的大致结构:
1.声明变量或者是函数作为输入变量;
2. 调用 mclInitalizeApplication函数,并测试是否成功,该函数设置了一个全局的MCR
状态,并且构建MCR实例;
3. 对于每个库,调用一次<libraryname>Initalize函数,为库创建一个MCR 实例;
4. 调用库中的函数,并处理其结果(这是程序的主要部分);
5. 为每个库调用一次<libraryname>Terminate函数,用于注销相联系的MCR;
6. 调用 mclTerminateApplication函数,释放与全局MCR状态相联系的资源;
7. 清除变换,关闭文件等,然后退出。(VC+ MATLAB7 C Shared Library Target)
- 2009-06-06 10:46:54下载
- 积分:1
-
addToPath
matlab中add path代码,初学者,大家互通有无(for matlab)
- 2013-04-26 16:11:46下载
- 积分:1
-
riskshifting_m
matlab 金融工程 风险测量 风险分担 程序 股票(matlab matlab)
- 2012-08-31 18:34:33下载
- 积分:1
-
JEI-letter
An exmaple of the JEI letter paper:texture features based on
local Fourier histogram:
self-compensation against
rotation(JEI letter)
- 2015-01-04 17:47:29下载
- 积分:1