-
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
-
ecg
产生模拟的心电信号,包含源代码和解释,并在matlab中仿真,希望帮助到大家(Generate simulated ECG, including source code and explanation, and simulation in matlab, hoping to help everyone)
- 2013-11-27 20:48:11下载
- 积分:1
-
ControlPanel
上传的都是一些没有完成的小程序,希望大家帮帮忙,小女子这厢有礼了(I m a new student)
- 2010-01-11 09:32:06下载
- 积分:1
-
16
说明: Description :
A simple simulation Model for DC DC step-down buck converter,
the model allows measurments of output current/voltage,
capacitor current, diode current.
Ripples in each measurment can be observed very accurately using the scope
- 2014-10-03 18:33:45下载
- 积分:1
-
GPSO4tsp1
pso解决tsp问题 matlab源码 可做为学习参考(pso to solve the problem tsp matlab source code can be used as study and reference)
- 2021-04-07 15:49:01下载
- 积分:1
-
r3ls
R3LS的matlab程序,最小二乘法的递推算法(R3LS the matlab program, recursive least squares algorithm)
- 2011-07-24 14:04:55下载
- 积分:1
-
matlab
本算法是基于遗传算法的十杆桁架的截面优化程序,经matlab10.0测试,可完美运行(The MRD damper matlab program)
- 2020-11-20 12:29:37下载
- 积分:1
-
case_study_2
matelab关于风电最大功率跟踪控制的simulink仿真,比较了传统的控制方法和信号搜索方法。(matelab About Wind Power Maximum Power Tracking Control of simulink simulation to compare the traditional control method and signal search method.
)
- 2014-02-16 20:31:03下载
- 积分:1
-
lifting_97
小波去噪,利用小波系数在相邻尺度上的相关性关系,针对小波系数估计中硬阈值方法和软阈值方法的缺点,
通过对双重量收缩函数得到的阈值乘以一个合适系数进行修定的折衷方法,提出了一种新的小波域局部自适应去噪算法.实验结果表明,该方法既可以去除噪声,又可以较好地保留图像的高频细节特征.(Wavelet denoising using the wavelet coefficients in adjacent scales of the correlation relationship between the estimation of wavelet coefficients for the hard thresholding and soft thresholding shortcomings, through the contraction of the double weight of the threshold function has been multiplied by a suitable coefficient revised compromise, proposed a new wavelet-domain partially adaptive denoising algorithm. The experimental results show that the method can remove noise, also can be used to retain the details of the characteristics of high-frequency images.)
- 2007-09-07 14:48:30下载
- 积分:1
-
bootstrap
bootstrap粒子滤波的matlab程序,具体的应用粒子(It is a variant of particle filtering, I believe useful to you, the calculation speed better than the average particle filter
)
- 2011-12-02 13:40:16下载
- 积分:1