-
2437824
matlab优化程序的使用(matlab optimize the use of procedures)
- 2008-02-18 19:45:37下载
- 积分:1
-
compress
Chevyshev algoritmo de filtro
- 2010-05-23 00:13:42下载
- 积分:1
-
GA_MATLAB001
遗传算法求最优化问题的MATLAB程序实现(MATLAB program to achieve genetic algorithms to optimization problems)
- 2012-07-04 17:21:58下载
- 积分:1
-
regeneratemode
This simulation file is used for simulation of a traction load which is working in regenerative mode created by two back to back pwm converters that feeds energy back from 3 phase side to single phase side.
- 2014-02-20 13:48:40下载
- 积分:1
-
linclass
这个是用于两类的带有类别的数据的线性分类器,是结构体类型如下判别 y(i) = 1 if W *X(:,i) + b >= 0
2 if W *X(:,i) + b < 0(his function classifies input data X using linear
discriminant function:
y(i) = argmax W(:,y) *X(:,i)+ b(y)
y
where parameters W [dim x nfun] and b [1 x nfun] are given
in model and nfun is number of discriminant functions.
In the binary case (nfun=1) the classification rule is following
y(i) = 1 if W *X(:,i)+ b >= 0
2 if W *X(:,i)+ b < 0)
- 2011-05-01 17:58:21下载
- 积分:1
-
chap5_3f
很实用的被调用PID子程序,可直接调试运行(Very practical PID subroutine is called, can be directly commissioning)
- 2011-09-20 09:24:14下载
- 积分:1
-
shujuchuli
说明: 是关于MATLAB的数值处理程序,可以用来对测量的数据进行误差处理.(On the MATLAB numerical processing procedures can be used to measure the data processing errors.)
- 2009-09-01 11:17:16下载
- 积分:1
-
frft
用matlab对chirp信号进行了仿真,表现出了chirp信号的frft变换积聚效果(Chirp signal using matlab simulation, the performance of the chirp signal frft transform accumulation effect)
- 2021-04-14 20:58:55下载
- 积分:1
-
Neville
通过例子讲述Neville插值,直观清晰,用于初学者(By way of example tells Neville interpolation, clear and intuitive for beginners)
- 2014-01-14 13:17:26下载
- 积分:1
-
vcc_mex
一般情况下,我们都是在MATLAB命令行或DOS命令行下编译MEX程序。 所用的命令就是:mex filename.c 这有很多不方便的地方:
a. 虽然mex也可以编译C++的mex程序,但是它的主框架仍是C的 a. 当程序有多个模块时,需要多次使用mex命令,操作很麻烦
b. 不能利用VC特有的ClassWizard自动创建和维护类
c. 不能用MFC类库编写应用程序
d. 不能方便地进行类似VC的项目管理
本文详细解说如何在IDE中编译MEX程序(Under normal circumstances, we are all in the MATLAB command line or DOS command line program to compile MEX. Command is used by: mex filename.c This has a lot of inconvenient places: a. Although the mex can also compile C++ The mex program, but it is still the main frame C of a. When the procedure has a number of modules the need to repeatedly use the mex command, the operation is cumbersome b. Can not use VC-specific ClassWizard automatically create and maintain the category c. can not use MFC class library to write applications easily d. should not conduct a similar project management VC a detailed explanation of how this article IDE compiling MEX procedures)
- 2007-09-27 15:44:55下载
- 积分:1