-
3weishange222
本程序利用matlab实现3维栅格地图建模,调试成功,有兴趣的可以下载(This procedure using matlab to achieve a three-dimensional grid map modeling, debugging success, interested can download)
- 2013-04-12 18:58:18下载
- 积分:1
-
md_sp_code_archive
Matlab code for the Simulation of the Maxwell-Dirac
and Schrodinger-Poisson systems
- 2013-11-30 13:14:11下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1
-
An-Extended-Dynamometer-Setup-to-Improve-the-Accu
Toward Privacy Preserving and Collusion Resistance in a Location Proof Updating SystemToward Privacy Preserving and Collusion Resistance in a Location Proof Updating SystemToward Privacy Preserving and Collusion Resistance in a Location Proof Updating System
- 2013-12-12 20:14:26下载
- 积分:1
-
abhijith_pso
This helps for writing Particle swarm optimization code
- 2010-05-10 17:53:49下载
- 积分:1
-
hankel_var2
本函数计算hankel函数一致展开中的变量(This function calculation hankel function unanimously expand the variable)
- 2012-05-21 16:16:51下载
- 积分:1
-
MATLABnetwork
《MATLAB 神经网络30个案例分析》程序和数据
包含了基本包含了神经网络的各类常见案列,并提供了具体数据用于Matlab程序计算,非常易于学习者上手和练习。( MATLAB neural network 30 case studies programs and data
Contains the basic neural network contains common types of cases listed, and provides specific data for the calculation of Matlab program, very easy to use and exercise the learner.)
- 2014-09-13 07:19:10下载
- 积分:1
-
gongcheng
MATLAB 简单易懂的教程,保证在短时间内学会。(MATLAB tutorial easy to understand, to ensure that in a short time learn.)
- 2011-11-15 15:53:24下载
- 积分:1
-
question4
按UTM投影(或高斯投影)方式,将星下点轨迹图投影到地图坐标上 (By UTM projection (or Gaussian projection) mode, the ground track diagram projected onto the map coordinates)
- 2013-11-24 11:17:47下载
- 积分:1
-
matalb-function-files-power-system
collection of huge and helpful function files and examples of power system
- 2015-03-12 17:03:36下载
- 积分:1