-
yi
说明: 一维光子晶体传输矩阵法,matlab显示带隙图像。(One-dimensional photonic crystal transfer matrix method, matlab display images bandgap.)
- 2008-07-09 19:24:00下载
- 积分:1
-
kMean
matlab code (kMean.m)
used kMean, clusturing.
for Speech Recognition
- 2013-07-15 09:08:43下载
- 积分:1
-
duoyuandanfenghanshuyouhua
利用遗传算法的选择、交叉、变异功能来解决多元单峰函数求最优值问题(The use of genetic algorithm selection, crossover and mutation function to solve the multi-function uation unimodal optimal value problem)
- 2015-03-16 16:20:04下载
- 积分:1
-
test
电力系统潮流计算matlab程序,简单易懂,供初学者分享学习(Power flow calculation matlab program, easy to understand for beginners to share their learning)
- 2012-05-29 11:58:36下载
- 积分:1
-
matlab-Analog-man-walking
matlab模拟人走路,可拖动观察不同方位、不同步长等状态(matlab simulation of the human foot, drag observed in different directions, and long unsynchronized state)
- 2013-08-17 10:59:45下载
- 积分:1
-
yasuoganzhi
最近几年兴起的压缩感知在图片传输中的应用程序编写等(In recent years the rise of compressed sensing applications in picture transmission programming)
- 2013-03-21 20:43:47下载
- 积分:1
-
Spectral-Correlation-of-Modulated
Spectral Correlation of Modulated
- 2014-02-20 10:48:18下载
- 积分:1
-
Ibrahima_ngom_DFIG_DC_System
Simulink model of DFIG dc-grid
- 2017-11-29 18:38:05下载
- 积分:1
-
GPS-parallel-code-acqure-algorithm
GPS并行码捕获算法MATLAB源代码,含有1024点FFT噪声的计算。(GPS parallel code acqure algorithm matlab source code, including 1024 points FFT noise calculation.)
- 2013-02-01 21:57:35下载
- 积分:1
-
matlab_FEM_dismesh
DistMesh giving a singular FEM matrix?(Hi
Anyone here with some experience of using DistMesh in finite element code? I m solving the scalar Helmoltz equation in an annular region in 2D:
rho_1 < rho < rho_2
where rho_1 is the radius of a Perfect Electric Conducting cylinder and rho_2 is where the mesh is truncated using an Absorbing Boundary condition.
Now, I ve written code to mesh the region myself (by dividing the region into annular rings and picking a fixed number of points on each ring) and I ve written another program which uses DistMesh to mesh the region. I get a nice solution using my own meshing code but the FEM matrix becomes singular when I use DistMesh. This is the DistMesh Code I used:
Circle with hole
rABC=1.5
rCyl=0.5
fdstring=sprintf( ddiff(dcircle(p,0,0, f),dcircle(p,0,0, f)) ,rABC,rCyl)
fd=inline(fdstring, p )
box=[-2,-2 2,2]
[p,N]=distmesh2d(fd,@huniform,0.04,box,[])
I tried changing box and the 0.04 value (initial edge length). But every time, the matrix becomes sin)
- 2010-06-05 09:17:55下载
- 积分:1