-
textureorien
该程序是MATLAB源程序,可以用来求纹理图像的方向。(MATLAB source code of the procedure can be used to seek the direction of texture images.)
- 2009-05-09 20:56:39下载
- 积分:1
-
lab2xyz
convert Lab space to XYZ space
- 2013-11-27 15:28:08下载
- 积分: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
-
eg24-shuizhipingjia
《MATLAB神经网络30个案例分析》中的第24个例子,案例24 模糊神经网络的预测算法-嘉陵江水质评价。希望对大家有一定的帮助!(The MATLAB neural network analysis of 30 cases of 24 example, 24 cases of fuzzy neural network prediction algorithm- jialing river water quality assessment. Hope to have certain help to everybody!
)
- 2013-09-20 16:41:04下载
- 积分:1
-
MATLAB-audio-AGC
MATLAB下的音频AGC实现 (MATLAB audio AGC )
- 2013-11-14 21:08:19下载
- 积分:1
-
Minimum-Spanning-Tree-matlab
图论中的最小生成树模型,基于MATLAB实现(The minimum spanning tree graph theory model, based on MATLAB implementation)
- 2015-04-01 09:25:37下载
- 积分:1
-
damage_FEM
在FEM中引入几何损伤,计算特定特征裂隙下的固体变形和内力(Introduced in the FEM geometry injury, calculated under the specific features of fracture of solid deformation and internal force of)
- 2009-10-04 19:31:05下载
- 积分:1
-
EDF_laser_and_gaosi
自己编写的关于掺饵光纤激光器的功率仿真程序(I have written on the erbium-doped fiber laser power simulation program)
- 2021-05-13 22:30:02下载
- 积分:1
-
RBF2-NN
This matlab code is about RBF Network
- 2011-05-16 23:54:42下载
- 积分:1
-
lib-mkl
Multiple kernel learning is a model to merge multiple kernels by linear combination. Mostly solving the models are slow due to explicit computation of kernels.
Here, we propose to approximate kernel map function explicitly in finite dimensional space. Then, we use dual coordinate descent to solve the SVM. By storing the solutions in primal, we do not have to compute the kernel explicitly. A group lasso regularization on kernel weights is solved with SVM alternatingly.
This is a side-project in my research projects with Dr. Yi-Ren Yeh and Dr. Frank Wang in Academia Sinica.
- 2013-03-19 01:13:45下载
- 积分:1