-
matlab
牛顿法 等求解方程的零根;通过选取不同的初始点实现(Newton method)
- 2012-04-03 15:34:12下载
- 积分: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
-
MATLAB-Demystified
this is a book about MATLAB
- 2012-05-04 22:27:40下载
- 积分:1
-
Patch
communication related antenna design
- 2014-12-13 13:24:47下载
- 积分:1
-
Uw1
用于卫星光学系统星下点产生的像移和偏流角计算。算法来源于中科院研究生内部教材(王家琪院士著)。(Used for the the satellite optical system Star point like shift and drift angle. Algorithm derived from the Chinese Academy of Sciences, Graduate internal materials (Mimi academicians book).)
- 2013-05-20 19:30:03下载
- 积分:1
-
BLDC
基于matlab的无刷直流电机仿真速度PI,电流PI双闭环仿真(Matlab-based simulation of brushless DC motor, using speed PI, current PI double closed loop control.)
- 2021-04-18 13:48:51下载
- 积分:1
-
toppj21
拓扑化的99行显示 主要应用于力学领域(topology optimization)
- 2010-10-19 22:56:41下载
- 积分:1
-
Computer-Vision-demosaicingImage-master
说明: 针对目前存在缺失值的数据集,进行缺失值填充,作为数据预处理(Missing value filling)
- 2020-09-18 09:37:56下载
- 积分:1
-
wavelet
说明: 利用递归迭代法构造多小波基的matlab源码及实现多小波分解2-D图像(Recursive iterative method to construct multi-wavelet basis matlab source code and to achieve more than 2-D image wavelet decomposition)
- 2010-04-19 14:58:47下载
- 积分:1
-
MoMpocklington
Solution of pocklington by using Method of Moment
- 2012-05-01 16:31:46下载
- 积分:1