-
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
-
air_vehicle_e
根据《航空飞行器飞行动力学》编写的气动自动配平程序。(According to " aviation aircraft flight dynamics," prepared by the pneumatic automatic balancing procedure.)
- 2011-02-13 23:03:55下载
- 积分:1
-
adaptivecontrol1
matlap simulink simulation for adaptive control systems
- 2010-03-15 09:37:26下载
- 积分:1
-
AndroidSametime
Sametime software zip
- 2015-02-21 16:00:23下载
- 积分:1
-
HOUGH
图像中的直线检测程序,可以检测图像中的直线,可以设置参数,支持(The linear image detection procedure can detect the linear image, you can set parameters, to support)
- 2013-05-25 22:58:02下载
- 积分:1
-
05041062qpsk-fading
说明: 带瑞丽衰落信道高斯白噪声的QPSK调制解调信道,可以得到功率谱波形和星座图(with Ruili fading channel Gaussian white noise QPSK demodulator access that can be power spectrum waveform and constellation)
- 2006-04-04 21:42:38下载
- 积分:1
-
matlab4
这份资料比较详尽的介绍了matlab工具箱函数,里面有常用的函数一目了然,希望对大家有用:)(This information describes a more detailed matlab toolbox functions, there are commonly used functions at a glance, in the hope that useful:))
- 2008-01-05 11:06:33下载
- 积分:1
-
partraldiffrential
求解椭圆型,双曲型和抛物型偏微分方程的matlab代码(Solve the elliptic, hyperbolic and parabolic partial differential equations matlab code)
- 2010-11-25 15:20:44下载
- 积分:1
-
myVAD
This is another source code for speech recognition.. this is the voice active detection using energy detection
- 2010-02-05 00:40:27下载
- 积分:1
-
K-means-clustering-experiments
经过一周的深入学习和参考本站的资料,对K均值进行了改进。可以针对简单的二维的矩阵进行任意中心个数的聚类,并且能够生成图像。(K-means clustering experiments)
- 2012-03-28 22:00:29下载
- 积分:1