-
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
-
bearing-heat-gen
全套球轴承拟静力学计算,以及在此基础上的生热量计算。可完美运行(whole package of quasi-static calculation and heat generation of ball bearing)
- 2021-04-05 12:29:03下载
- 积分:1
-
w_ecg01
d4 wavelet coefficient daubichies 1-ECG QRS detection
- 2010-05-12 04:01:07下载
- 积分:1
-
workshop
车间布局的主程序,这个程序对车间布局问题具有普遍通用性。(Plant layout of the main program, a program of facility layout problems with general versatility.)
- 2010-10-02 23:47:30下载
- 积分:1
-
relax
在目标为1的假设下,应用relax算法进行目标超分辨成像(The assumption that the target was 1, applying relax super-resolution imaging algorithm for target)
- 2021-01-26 17:18:41下载
- 积分:1
-
k-epso
best soudo code for k-epso
easy to understand and very useful
- 2013-08-11 21:02:17下载
- 积分:1
-
Jakes
用Jakes方法编写多径瑞利衰落信道模型(Using Jakes method to prepare multi-path Rayleigh fading channel model)
- 2010-12-28 19:53:24下载
- 积分:1
-
2
说明: 滑膜变结构控制的matlab仿真程序,学习滑膜变结构控制的基础。(Variable structure control synovial matlab simulation program, learning the basis of variable structure control synovium.)
- 2011-04-17 18:48:35下载
- 积分:1
-
clear.doc
说明: 单位脉冲,单位阶跃,正弦函数等连续信号的MATLAB表达式。(pulse units, unit step, the sine function as a continuous signal MATLAB expression.)
- 2006-05-16 17:31:22下载
- 积分:1
-
xizijiderenlianshibie
基于matlab人脸检测的方法很多,pca是其中比较有效的一种。本代码主要是使用pca的方法进行人脸检测,可以检测出人脸的位置,数目,大小(Matlab-based Face Detection many ways, pca which is the more effective one. The code is the use of the method pca Face Detection can be detected Face the location, number, size)
- 2007-05-12 17:41:40下载
- 积分:1