-
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
-
Capon
本程序是关于空间滤波,方位估计的卡朋算法,这是自己编写的,也已经仿真果了,可以使用(This program is estimated spatial filtering, azimuth entacapone algorithm, which I have written have been simulated fruit, you can use)
- 2013-03-27 14:37:49下载
- 积分:1
-
Jat_documentation
Orbit Determination Codes for satellite in MATLAB
- 2011-12-24 16:25:51下载
- 积分:1
-
p41wf4
竞争网络的matlab程序(Competing networks matlab program)
- 2007-07-26 12:11:58下载
- 积分:1
-
fit_rayleigh_pdf
fit_rayleigh_pdf - Non Linear Least Squares fit of the Rayleigh distribution.
given the samples of the histogram of the samples, finds the distribution parameter that fits the histogram samples.fits data to the probability of the form: p(r)=r*exp(-r^2/(2*s))/s
with parameter: s
format:result = fit_rayleigh_pdf( x,y,W,hAx )
input: y - vector, samples of the histogram to be fitted
x - vector, position of the samples of the histogram (i.e. y = f(x,a))
W - matrix or scalar, a square weighting matrix of the size NxN where
N = length(y), or 0 to indicate no weighting is needed.
hAx - handle of an axis, on which the fitted distribution is plotted
output: result - structure with the fields
s - fitted parameter
VAR - variance of the estimation
type- weighted LS or not weighted LS
iter- number of iteration for the solution
- 2011-02-09 19:13:28下载
- 积分:1
-
Adaptive-control
《系统辨识与自适应控制》程序,包含最小二乘辨识,模型参考自适应控制和自校正控制等("System identification and adaptive control procedures, including the least squares identification, model reference adaptive control and self-tuning control)
- 2012-05-17 20:02:57下载
- 积分:1
-
8-chapter
《MATLAB 7.0编程基础基础》源程序 第8章(Chapter 8 of " MATLAB 7.0 programming foundation foundation source)
- 2012-11-15 14:21:49下载
- 积分:1
-
Copula
Copula理论及应用实例,附有代码和应用实例,直接可以生成结果(Copula theory and application examples)
- 2015-01-12 17:36:17下载
- 积分:1
-
moxing
一个介绍matlab的课件,介绍模型的,相信对大家都有用处的,很好的课件。(An introduction matlab courseware to introduce the model, I believe we have a useful, good courseware.)
- 2010-07-27 16:43:09下载
- 积分:1
-
int2_old
Matlab ART algorithm for finding length of beam through each pixel
- 2011-01-07 21:38:07下载
- 积分:1