-
lanlan
sample visua basic hoc tap bao cao
- 2014-09-25 23:32:33下载
- 积分:1
-
shange
MATLAB 将地图栅格化的代码 新手小白 可能写的不好 请见谅(MATLAB rasterized map code novice Xiao Bai may not write well, please forgive me.)
- 2019-06-05 13:20:01下载
- 积分:1
-
rayleigh&MIMO
说明: 对2发1收的STBC-MIMO系统 (Alamouti空时码),分析2发射天线分别受到独立瑞利信道下的误码率性能曲线, 并与相同条件下单天线曲线进行对比分析(MIMO,SPACE TIME CODE)
- 2019-03-23 22:41:33下载
- 积分:1
-
Matlab2word
基于matlab编写,是一段生成word文档的小程序,文档中有一个表格,希望对大家编写输出数据程序有帮助(Matlab-based development, is a word document to generate a small program, a form document, prepared for all of us hope that the process output data to help)
- 2009-05-08 22:48:30下载
- 积分:1
-
1
说明: 交叉口matlab实现,本程序可以较好的实现交叉口的模拟,请放心使用(Intersection matlab implementation, the program can achieve a better simulation of the intersection, please be assured use)
- 2011-04-07 21:17:18下载
- 积分:1
-
Matlab-stduy
自学Matlab必备的60个小程序代码,有助于快速了解掌握Matlab.(60 small self study Matlab code .)
- 2014-11-23 17:54:17下载
- 积分:1
-
shangrenguohe
基于matlab用于求解商人过河问题,运用随机模拟的思想得到问题的多个解(Matlab-based businessman river used to solve the problem, the idea of using stochastic simulation of multiple solutions to get the problem)
- 2013-10-05 18:28:11下载
- 积分:1
-
adaboost_version1e
一个简单的adaboost分类的方法。随机生成两组数据,训练分类器。之后再生成两组数据进行分类。效果很好(A simple way adaboost classification. Randomly generated two sets of data, to train a classifier. After re-generate two sets of data classification. Good results)
- 2015-03-17 21:28:41下载
- 积分:1
-
opf
内点法计算14节点系统最优潮流,目标函数为燃料费用最小(Optimal power flow of a 14-node system by using interior point method)
- 2021-05-14 03:30:02下载
- 积分: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