-
001
MATLAB的非常好的入门教材。格式为HTML。(Introduction to MATLAB in a very good teaching. Format is HTML.)
- 2009-06-13 17:34:18下载
- 积分:1
-
matlabprogram100
说明: matlab的经典实用100例,是在做仿真的好帮手(matlab classic 100 cases of utility is a good helper to do simulation)
- 2008-11-18 20:06:12下载
- 积分:1
-
matlabAnimation
matlab动画教程,有关于图形化窗口的创建以及制作(matlab animation tutorials, graphical window on the creation and production)
- 2010-05-16 10:07:04下载
- 积分:1
-
PSO-Matlab
这个程序就是最基本的粒子群优化算法程序,用Matlab实现,非常简单。(This program is the most basic particle swarm optimization procedures, using Matlab to achieve, is very simple.)
- 2013-07-11 11:11:52下载
- 积分:1
-
MATLAB_ANSYS
用MATLAB和ANSYS进行振动仿真英文--附带程序包(Using MATLAB and ANSYS simulation of vibration in English- comes with the package)
- 2010-10-21 15:12:59下载
- 积分:1
-
MFIE
MFIE.m
本程序用于磁场积分方程求解圆柱散射
- 2010-05-14 10:53:12下载
- 积分:1
-
optim_codes
optimization codes for matlab
- 2013-12-03 00:23:42下载
- 积分:1
-
计算物理学 [刘金远 等著] 2012年版
说明: 计算物理学 [刘金远 等著] 2012年版pdf高清版(Computational physics [Liu Jinyuan et al] 2012 PDF HD)
- 2019-10-27 14:40:09下载
- 积分:1
-
matlab-H
matlab处理图像代码,很不错,值得看看(matlab image processing code, very good, worth a look)
- 2013-11-15 16:45:28下载
- 积分:1
-
fit_ML_rayleigh
fit_ML_rayleigh - Maximum Likelihood fit of the rayleigh distribution of i.i.d. samples!.
Given the samples of a rayleigh distribution, the PDF parameter is found
fits data to the probability of the form:
p(r)=r*exp(-r^2/(2*s))/s
with parameter: s
format: result = fit_ML_rayleigh( x,hAx )
input: x - vector, samples with rayleigh distribution to be parameterized
hAx - handle of an axis, on which the fitted distribution is plotted
if h is given empty, a figure is created.
output: result - structure with the fields
s - fitted parameter
CRB - Cram?r-Rao Bound for the estimator value
RMS - RMS error of the estimation
type- ML
- 2011-02-09 19:10:54下载
- 积分:1