-
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
-
kmedoids1
matlab下的k中心点聚类算法,matlab内置仅有k均值聚类算法(k under the center clustering algorithm matlab, matlab built-k-means clustering algorithm only)
- 2014-08-19 16:18:44下载
- 积分:1
-
mongoose-master
simple embedded web server
- 2014-01-27 11:04:45下载
- 积分:1
-
DVHOP
matlab中实现DV-hop算法,无线传感网络定位算法中非测距的常用算法的简单仿真(matlab achieve DV-hop algorithm, wireless sensor network localization algorithm commonly used in Central Africa Ranging simple simulation algorithm)
- 2009-05-22 20:24:26下载
- 积分:1
-
Shunt_Active_Pwr_Fltr
Simulink model of shunt active power filter.
- 2014-11-10 09:43:01下载
- 积分:1
-
faceMatlab
利用matlab编写的完整的人脸识别程序,希望对大家有帮助(Using matlab to prepare a complete face recognition process, we hope to help)
- 2009-05-05 21:40:08下载
- 积分:1
-
quad
一个导弹拦截simulink仿真程序,内含目标运动函数、导弹运动模型、导弹制导与控制算法(A Simlink Simulation Program for Missile Interception)
- 2021-04-06 22:39:02下载
- 积分:1
-
CCP-OFDM_noguP
CP-OFDM的MATLAB源代码,简洁明了,非常适合初学入门者(CP-OFDM MATLAB source code, concise, very suitable for beginners beginners)
- 2012-08-23 21:33:08下载
- 积分:1
-
Gseidel
Main program with a data file for the resolution of a system Ax=b
The data file contents the dimension n and the values of the matrix A and the vector b.
- 2014-12-02 21:30:08下载
- 积分:1
-
InductionMotor
induction motor modelisation
- 2010-01-01 04:41:00下载
- 积分:1