-
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
-
matlab遗传算法程序集
说明: matlab遗传算法程序
其中包括13个程序(Matlab genetic algorithm which includes 13 procedures)
- 2006-01-24 10:30:11下载
- 积分:1
-
Fuzzy-PID
程序首先是编写2个输入,1个输出的隶属度函数;接下来的是模糊规则,一共49条;然后用解模糊函数得出控制量U,解模糊用到得规则是取隶属度最大的那个数即MOM算法。(The program first is to write two inputs, one output membership function next is fuzzy rules, a total of 49 then come to control the amount of ambiguity function U, ambiguity was used to take the membership rules are the biggest that number that MOM algorithms.)
- 2014-08-07 21:39:54下载
- 积分:1
-
Downloads
Image segmentation im matlab implemeted with dataset
- 2011-09-02 18:49:54下载
- 积分:1
-
good_forced
计算系统的lyapunov指数,利用wolf方法。(Lyapunov exponent calculated using the wolf approach.)
- 2013-07-17 11:43:14下载
- 积分:1
-
123
说明: 用subplot,imshow,imread,遍历并显示图库文件夹中的人脸图像(用循环)。运行后图像要显示成矩阵模式的,还得产生统一矩阵和均值矩阵。(With a subplot, imshow, imread, traverse and display the Gallery folder of face images (with circulation). After running into the matrix mode to display images, and have to produce unity matrix and the mean matrix.)
- 2010-04-15 15:48:26下载
- 积分:1
-
Project
图像检索的 matlab代码 方法常见(Select the image bitmap file you wish to search for in the databse
Press Select.
Press Search.)
- 2012-11-22 21:01:45下载
- 积分:1
-
HistEqEdu(1)
matlab projects, histogram equalization
- 2012-01-26 01:44:41下载
- 积分:1
-
Aravind
In an image edge is more important to interpolate the missing pixel values.
In similarity algorithm edge is detected using the unified high frequency map.
Based on this the missing green pixels are interpolated by taking the average of surrounding values. Then the missing red and blue values are interpolated similarly.
- 2014-01-28 12:17:16下载
- 积分:1
-
椭圆型方程五点差分法
说明: 椭圆形方程的五点差分方法,内涵求解方程的迭代程序包括雅克比迭代和高斯迭代(Five-point difference method for elliptic equation. Iterative procedures for solving the equation include Jacobian iteration and Gauss iteration.)
- 2019-06-09 12:09:40下载
- 积分:1