-
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
-
zhixin
无线传感器网络加权质心自定位算法中加权质心算法仿真(Centroid algorithm simulation in wsn)
- 2010-05-07 17:39:46下载
- 积分:1
-
MATLAB-Interface-Guide
书籍《MATLAB应用程序接口用户指南》主要介绍了matlab与c、c++、fortran等程序的混合编程以及matlab网络化编程知识(Books " MATLAB Application Program Interface User' s Guide" introduces the matlab and c, c++, fortran other procedures matlab mixed programming and network programming knowledge)
- 2013-05-25 14:23:04下载
- 积分:1
-
power_PVarray_250kW
三相光伏并网发电系统simulink仿真模型,运行效果良好(Simulink simulation model of three-phase photovoltaic grid connected power generation system runs well)
- 2017-08-15 14:54:58下载
- 积分:1
-
circuit
2010年中兴捧月杯程序设计大赛关于电路的一道编程题的代码(ZTE holding cup 2010 Programming Contest on the circuit of a programming problem on the code)
- 2010-09-11 21:26:50下载
- 积分:1
-
akima
matlab实现的插值,对初学都很有帮助(matlab implementation of the interpolation, are very helpful for beginners)
- 2010-12-21 19:33:56下载
- 积分:1
-
leach-code2
另一个LEACH算法的MATLAB仿真源代码程序(Another LEACH algorithm MATLAB simulation program source code)
- 2011-05-10 12:15:01下载
- 积分:1
-
cardoso
盲信号处理牛人cardoso,关于盲信号处理代数方法的程序-联合对角化算法。研究盲信号处理的人必读程序。(blind signal processing cattle were cardoso. on the blind signal processing methods of algebraic-joint diagonalization algorithm. Blind Study of the signal processing procedures mandatory.)
- 2006-12-12 10:12:06下载
- 积分:1
-
NEWTON
等式约束 Newton下降法 Matlab的实现(Newton descent method applied in equality constrain optimization and realized with Matlab)
- 2012-01-02 15:41:16下载
- 积分:1
-
Spectrum_Bartlett
对于周期图的功率谱估计,当数据长度N太大时,谱曲线起伏加剧,
若N太小,谱的分辨率又不好,因此需要改进。两种改进的估计法是
平均周期图法和平滑平均周期图法。Bartlett法:Bartlett平均周期图
的方法是将N点的有限长序列x(n)分段求周期图再平均。(For the power spectrum estimation of the periodogram, when the data length N is too large, the spectral curve fluctuation intensifies,
  If N is too small, the spectral resolution is not good, so need to be improved. The two improved estimates are
  Average Period Graph and Smooth Mean Period Graph. Bartlett method: Bartlett average cycle chart
  Is to re-average the finite-length sequence x (n) of N points by periodogram.)
- 2016-12-22 17:58:16下载
- 积分:1