-
vector_axis_plot
说明: 行向量绘图,在matlab中对于含有大量的数据,单独在一张静态的图上是显示效果是很不理想的,这个程序实现了在matlab中以示波器的形式动态的显示器波形图(Row vector graphics in matlab in containing a large amount of data, alone in a static chart is to show the effect is not ideal, the realization of this procedure in matlab in the form of oscilloscope waveform display dynamic)
- 2009-08-09 11:35:16下载
- 积分:1
-
119128624mimo_waterfilling
mimo系统注水算法。。。。。。。。。。。。。。。。。。。。。。。。。。。(mimo systems injection method. . . . . . . . . . . . . . . . . . . . . . . . . . .)
- 2010-05-26 00:02:06下载
- 积分:1
-
allfns.tar
stanford大学vgg组著名的多视几何matlab工具箱vgg,包含特征点匹配、几何校正等(stanford university vgg group famous multi-view geometry vgg matlab toolbox, including a feature point matching, geometric correction, etc.)
- 2016-04-27 21:57:13下载
- 积分:1
-
PSO
粒子群算法优化函数求解极值的问题。通过该程序我们可以看到粒子群优化算法的优化过程。(Particle Swarm Optimization for Solving Extremum problems. Through this program we can see that PSO optimization process.)
- 2010-11-17 12:13:05下载
- 积分:1
-
whatnc
MATLAB教材学习资料希望大家好好使用,多提宝贵意见(studying for matlab)
- 2011-09-24 12:22:58下载
- 积分:1
-
NewInt
NewInt案例,主要是以matlab軟件來運算標準題型。(NewInt cases, mainly matlab software to compute the standard questions.)
- 2013-12-17 14:44:41下载
- 积分:1
-
2D-LDA
2d-lda的一些matlab算法,此法效率较高,值得学习学习哈(2d-lda some matlab algorithm, this method is more efficient, should learn from Kazakhstan)
- 2011-01-10 13:54:18下载
- 积分:1
-
Step-motor
real time stepper motor control
- 2015-02-11 14:15:14下载
- 积分:1
-
Alamouti
说明: 利用matlab对空时编码的多天线系统中的alamouti空时编码进行了仿真,信道为瑞利衰落信道(Matlab using space-time coding on the multi-antenna system of space-time coding alamouti the simulation, channel for Rayleigh fading channels)
- 2005-09-11 10:53:28下载
- 积分: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