-
SeuWangyx_1D_FDTD_4
一本FDTD书的课后程序,希望有点用。。SeuWangyx-2(An after-school programs FDTD book, I hope some use. . SeuWangyx-2)
- 2011-02-14 22:05:20下载
- 积分:1
-
KPCA实现
有一个讲解kpca的个PPT,和一个用MATLAB实现的kpca的程序(There is a PPT explaining KPCA and a KPCA program implemented by MATLAB.)
- 2020-09-18 16:47:57下载
- 积分:1
-
URAMusic
2维rectangular阵列MUSIC估计(2-dimensional rectangular array of MUSIC estimates)
- 2010-11-22 23:29:58下载
- 积分:1
-
trelicamurilo
calcula a viga usando uma formula de mecanica dos solidos simples
- 2009-09-23 19:50:29下载
- 积分:1
-
weightpercent
Returns weighted percentiles of a sample given the weight vector w
% The idea is to give more emphasis in some examples of data as compared to
% others by giving more weight. For example, we could give lower weights to
% the outliers.
% The motivation to write this function is to compute percentiles for Monte
% Carlos simulations where some simulations are very bad (in terms of goodness
% of fit between simulated and actual value) than the others and to give
% the lower weights based on some goodness of fit criteria.(Returns weighted percentiles of a sample given the weight vector w The idea is to give more emphasis in some examples of data as compared to others by giving more weight. For example, we could give lower weights to the outliers. The motivation to write this function is to compute percentiles for Monte Carlos simulations where some simulations are very bad (in terms of goodness of fit between simulated and actual value) than the others and to give the lower weights based on some goodness of fit criteria .)
- 2007-11-02 14:41:18下载
- 积分:1
-
Chapitre-4partie1
cours Matlab
Chapitre 4 : Programmation MATLAB
Les Instructions de Contrô le
Les fichiers M
- 2014-02-14 16:11:10下载
- 积分:1
-
matlabwen
我们设计低通数字滤波器并选择窗函数确定频率响应。(We design a digital low pass filter and the choice of window function to determine the frequency response.
)
- 2012-02-14 10:05:54下载
- 积分:1
-
99_BESO matalb
说明: MATLAB经典的99行代码,是每个拓扑优化工作者的必备入门精选(Classic 99 lines of code, is every topology optimization workers essential entry selection)
- 2021-02-17 10:29:46下载
- 积分:1
-
Kalman_filter_example_demo_in_Matlab
Kalman filter example demo in Matlab(Kalman filter example in Matlab demo)
- 2007-05-17 19:06:17下载
- 积分:1
-
AMT
figure imagesc(Img,[0 255]) colormap(gray) hold on
bw = roipoly
phi = 2*(0.5-bw)
tic
for n = 1:200
phi = Evo_ILF_2D(phi,mu,lambda,epsilon,timestep,Img_lap)
pause(0.05)
imagesc(Img, [0, 255]) colormap(gray) hold on
[c,h] = contour(phi,[0 0], b )
iterNum=[num2str(n), iterations ]
title(iterNum)
hold off
- 2015-03-16 13:37:29下载
- 积分:1