-
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
-
REF-10N
PLS GIVE MATLAB OUTPUT
- 2012-10-17 14:29:40下载
- 积分:1
-
lizilvbo
粒子滤波程序,含EKF UKF与PF的对比程序,很详细(EKF UKF matlab simulation program, including a comparison program, in great detail, with reference to the PF)
- 2017-02-21 15:23:01下载
- 积分:1
-
daixi
用matlab去计算无缺陷的有限周期光子晶体的带隙问题(Using matlab to calculate the defect-free for a limited period photonic crystal band gap problem)
- 2009-10-23 14:36:25下载
- 积分:1
-
cdma_simulation
cdma系统matlab仿真程序,信道包括加性白高斯噪声,复合加性白高斯噪声,瑞利衰落,频率选择性瑞利衰落,双信道瑞利衰落。直扩调制,直扩解调。20段小程序,很不错。(cdma system matlab simulation program, channel, including AWGN, complex AWGN, Rayleigh fading, frequency selective Rayleigh fading, dual-channel Rayleigh fading. Direct Sequence Spread Spectrum modulation, demodulation DS. 20 small procedures, is pretty good.)
- 2021-04-05 21:19:03下载
- 积分:1
-
shujufenxi
某统计局欲了解第三产业总产出、中间消耗、增加值、劳动者报酬、生产税净额、固定资产折旧、营业盈余之间的关系,根据下面给出的数据建立相应的模型并进行分析,同时又因为变量数目过多影响对其的综合分析,要求对他们进行主成分分析;(Bureau of Statistics For a third of total industrial output, intermediate consumption, value added, workers compensation, production, net of tax, depreciation of fixed assets, the relationship between the operating surplus, in accordance with the following data given by the model and the corresponding analysis, at the same time, because too many variables affect the number of comprehensive analysis of its request for them to carry out principal component analysis )
- 2009-06-21 15:32:44下载
- 积分:1
-
angalaeswari
need source code for matlab
- 2013-11-07 14:24:23下载
- 积分:1
-
bowensystem
bowen迟滞模型,用simulink搭建,绝对可用,请下载。(bowen model)
- 2016-01-22 16:13:39下载
- 积分:1
-
06071402Newtonmethodfunctionandresults
matlab牛顿法的函数和执行调用的结果(Newton method functionand the results )
- 2009-06-02 17:57:49下载
- 积分:1
-
KrylovSubspceMethod
Krylov subspace作为一种迭代方法,在求解非线性方程组方面发挥巨大作用,这个ppt和大家分享(Krlov subspace method)
- 2010-12-26 00:55:51下载
- 积分:1