-
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
-
VSR
自己做的三相整流器,使用矢量控制。simulink的仿真平台做的,很强大哦(this is a three phase rectifier)
- 2012-06-06 21:35:16下载
- 积分:1
-
mmle_matlab_code
文章“Nonnegative dictionary learning in the exponential noise model for adaptive music signal representation”的仿真源代码(Article " Nonnegative dictionary learning in the exponential noise model for adaptive music signal representation" simulation source code)
- 2013-04-08 15:41:04下载
- 积分:1
-
newpso
这是一种改进的粒子群优化算法,通过简单的测试函数验证(This is an improved particle swarm optimization, through a simple test function verification)
- 2013-10-29 10:02:58下载
- 积分:1
-
Nakagami_m-SCMRC
nakagami 衰落信道上几种数字调制方式的误码率仿真(the fading channels several digital modulation in nakagami BER simulation)
- 2020-11-23 09:59:35下载
- 积分:1
-
new
Some matlab code for optimization
- 2016-06-02 23:08:58下载
- 积分:1
-
muinter_powercmp_interharmonic521
韩宁窗函数插值算法,可以计算多次谐波信号的幅度相位和频率等信息(hanning interpolation)
- 2009-12-13 10:32:35下载
- 积分:1
-
Peng_Robinson_EOS
利用Peng_Robinson EOS 计算常见纯组分气体逸度和密度。利用matlab运行求解。(Peng Robinson is used to calculate the density and fugacity of single
component gas at given pressure with Peng-Robinson equation.)
- 2013-08-24 12:29:14下载
- 积分:1
-
ELM
说明: 极限学习机是一种神经网络仿真,比BP,SWM学习速度更快,参数设置更容易(Extreme Learning Machine is a kind of neural network simulation, compared with BP, SWM learning faster, easier to set parameters)
- 2011-03-26 10:07:15下载
- 积分:1
-
matlab-smoothing
利用matlab把遥感影像,进行滤波处理。窗口可以选择3*3,5*5,7*7.。。(Using matlab to remote sensing image filtering. Window, you can choose 3* 3,5* 5,7* 7)
- 2013-08-04 01:13:29下载
- 积分:1