-
originalsimpleM111.m
原始单纯形法(大M法,无需给出初始基变量)。输入:C是n维行向量,A是m*n的系数矩阵,b是m维列向量
输出:x最优解(如果有的话),fval最优值,flag解的状态说明,interation求解时的循环次数(The original simplex method (big M method, without giving the initial basic variable). Input: C is the n-dimensional row vector, A is the coefficient matrix of m* n, b is the m-dimensional column vector Output: x the optimal solution (if any), fval optimal value, flag state solution description, interation when the number of cycles to solve)
- 2010-10-05 20:08:31下载
- 积分:1
-
3573865020060409222636964
关于最优化方法的0.618法的matlab程序,编译通过(With regard to optimization of the 0.618 law, matlab program, compiled by)
- 2009-12-19 17:38:22下载
- 积分:1
-
concatenate
说明: 文件组合合并.
该程序用于将两个文件(可以是txt或xls文件)进行组合合并,例如假设A.txt文件中含有‘00’和‘01’两行,B.txt文件中含有‘aa’和‘ bb’两行,则合并后的文件AB.txt文件中含有‘00aa’、‘ 00bb’、‘01aa’和‘ 01bb’四行。(Combination of the merger document. The program for the two files (can be a txt or xls file) in the combined portfolio, such as the assumption A.txt document 00 and 01 contains two lines, B.txt documents containing aa and bb two lines, then after the merger documents AB.txt document containing 00aa, 00bb, 01aa and 01bb quatrain.)
- 2008-09-12 17:10:00下载
- 积分:1
-
Matlab_rader
雷达信号产生的小程序 对初学者比较有用 用软件自带的函数实现(Applet radar signal produced more useful for beginners comes with software functions to achieve)
- 2013-12-18 18:54:51下载
- 积分:1
-
kongzhixitongfenxi
一本关于控制系统分析的书,里面是用MATLAB编制的程序。(A control system analysis, which is prepared using MATLAB program.)
- 2012-11-21 00:02:24下载
- 积分:1
-
new1dfdtd
增加了声子晶体周期条件:
if (mod(ii,19)<9)
u(ii,3)=2*u(ii,2)-u(ii,1)+c*(u(ii+1,2)-2*u(ii,2)+u(ii-1,2))
else
u(ii,3)=2*u(ii,2)-u(ii,1)+0.5*c*(u(ii+1,2)-2*u(ii,2)+u(ii-1,2))
end(if (mod(ii,19)<9)
u(ii,3)=2*u(ii,2)-u(ii,1)+c*(u(ii+1,2)-2*u(ii,2)+u(ii-1,2))
else
u(ii,3)=2*u(ii,2)-u(ii,1)+0.5*c*(u(ii+1,2)-2*u(ii,2)+u(ii-1,2))
end)
- 2015-03-05 02:15:46下载
- 积分:1
-
matlab_commu_simu
无线通讯系统的matlab仿真程序;主要包括同步,均衡,信道估计,调制解调(Wireless communications systems matlab simulation program mainly include synchronization, balance, channel estimation, modulation and demodulation)
- 2008-05-09 17:33:15下载
- 积分:1
-
pastd
子空间信道估计算法,用的pastd算法,来进行盲信道估计(Subspace channel estimation algorithm, pastd used algorithm for blind channel estimation)
- 2008-07-27 12:05:12下载
- 积分:1
-
Matlab-runcode
A new method for analysing nonlinear and non-stationary data has been developed.
The key part of the method is the `empirical mode decomposition method
with which any complicated data set can be decomposed into a nite and often
small number of `intrinsic mode functions that admit well-behaved Hilbert transforms.
This decomposition method is adaptive, and, therefore, highly ecient.
- 2014-11-29 22:18:46下载
- 积分:1
-
Addendum_Unicycle
Addendum Unicycle的动力学仿真模拟, 运动控制, 美国密歇根大学研究生课程<线性与非线性控制系统>官方范例(Addendum Unicycle dynamics simulation, the motion control, the University of Michigan graduate courses < linear and nonlinear control systems> Official Examples)
- 2016-02-09 03:56:56下载
- 积分:1