-
ccdf
CCDF curve in MATLAB
- 2013-02-10 16:50:43下载
- 积分:1
-
MATLAB
关于matlab的函数速查手册。关于matlab的命令、函数等等,对于学习matlab很有帮助。 (About matlab function Quick Reference.)
- 2013-12-19 15:48:16下载
- 积分:1
-
code
依据自相关运算和互相关运算的原理,对一信号进行自相关操作(Based on autocorrelation and cross correlation by using the principle of a signal from the correlation operation)
- 2010-06-08 21:51:08下载
- 积分:1
-
dpll_fixpt
Simulink all digital pll with fixed point
- 2012-09-11 06:54:00下载
- 积分:1
-
Runge-Kutta
龙格库塔法的编程,龙格库塔法的编程龙格库塔法的编程(Runge-Kutta method of programming)
- 2013-12-03 21:16:10下载
- 积分:1
-
airfoil
Simulation based on age verification
- 2019-02-21 21:48:51下载
- 积分:1
-
genetic-algorithm
说明: 遗传算法 用MATLAB实现遗传算法程序(genetic algorithm)
- 2010-04-19 18:20:33下载
- 积分:1
-
zhuangtaiyijie
预测模型为状态空间模型预测函数控制MATLAB程序,包括一阶、二阶、高阶跟踪阶跃,斜坡(Prediction model for the state space model predictive functional control MATLAB procedures, including first, second, high-tracking step, ramp)
- 2010-12-02 17:23:31下载
- 积分:1
-
SRC
稀疏表示分类算法在ORL人脸库上的实验,参考文章:
Wright J, Yang A Y, Ganesh A, et al. Robust face recognition via sparse representation[J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on, 2009, 31(2): 210-227.
(Sparse representation classification algorithms on ORL face experiments, refer to the article:
Wright J, Yang AY, Ganesh A, et al Robust face recognition via sparse representation [J] Pattern Analysis and Machine Intelligence, IEEE Transactions on, 2009, 31 (2):.. 210-227.)
- 2014-10-28 21:15:43下载
- 积分:1
-
SimpleMthd
单纯形法matlab程序
求解标准型线性规划:max c*x s.t. A*x=b x>=0
本函数中的A是单纯初始表,包括:最后一行是初始的检验数,最后一列是资源向量b
N是初始的基变量的下标
输出变量sol是最优解, 其中松弛变量(或剩余变量)可能不为0
输出变量val是最优目标值,kk是迭代次数( example:max 2*x1+3*x2
s.t. x1+2*x2<=8
4*x1<=16
4*x2<=12
x1,x2>=0)
- 2013-11-29 17:05:08下载
- 积分:1