-
lp_solve_5.1_MATLAB_exe
运用分枝定界法求解混合整数规划的matlab程序- Use the branch and bound method for solving mixed integer programming procedures (Use the branch and bound method for solving mixed integer programming procedures )
- 2015-02-06 00:57:03下载
- 积分:1
-
MATLAB-wavelet
说明: MATLAB小波分析___张德丰——源代码,对于学习小波分析很有帮助。(MATLAB Wavelet Analysis)
- 2011-03-26 22:19:22下载
- 积分:1
-
common-rail-system-simulink-2
续common rail system simulink 1内容,柴油机高压共轨系统simlink程序,含高压油泵、共轨管、喷油器等,喜欢的朋友请多多支持(Continued common rail system simulink 1 content Diesel Common Rail the system simlink program, with high pressure fuel pump, common rail, injector, etc., like a friend to a lot of support)
- 2013-03-31 14:53:26下载
- 积分:1
-
Steg
this is LSb source code
- 2013-11-01 10:31:09下载
- 积分:1
-
example-matlab
Matlab examples txt files developped on matlab just copy and paste in m file, you will get the result
- 2015-03-17 17:59:13下载
- 积分:1
-
dynamics_MATLAB_programs
本程序为《Advanced Dynamics Analytical and Numerical Calculations with MATLAB》源代码,用数值方法求解高等分析动力学的程序。(The procedure for the " Advanced Dynamics Analytical and Numerical Calculations with MATLAB" source code, using numerical methods for solving dynamics of advanced analysis program.)
- 2015-05-19 17:04:58下载
- 积分:1
-
mainOFDMA
wimax system level simulation in matlab
- 2010-07-30 09:45:30下载
- 积分:1
-
MatlabBook
Getting Started with MATLAB英文原版,详细介绍了采用MATLAB进行工程设计的步骤,以及相应的磁盘软件(Getting Started with MATLAB English original, detailed engineering design of using MATLAB steps and the corresponding software on disk)
- 2009-10-10 16:32:45下载
- 积分:1
-
FFT
基于FFT的图像匹配,用傅立叶变换对图像进行匹配!分别对模板和匹配图进行傅立叶变换(image Regsiter
use FFT )
- 2020-11-19 23:49:37下载
- 积分:1
-
symMat
A matrix of symbolic elements is reasonably useful for many analytic linear algebra applications, and for analytic vector, matrix and tensor differentiation.
This function produces a matrix of arbitrary dimension of symbolic elements that are indexed by their position in the symbolic matrix for ease of reference.
EXAMPLE
>> M = symMat([2 2], m , real )
M =
[ m11, m12]
[ m21, m22]
>> class(M)
ans =
sym
>> det(M)
ans =
m11*m22 - m12*m21
- 2010-03-02 02:13:12下载
- 积分:1