-
MATLAB-Tutorial-whole-plot
MATLAB作图教程、详细的一维、二维、三维作图的教程。(MATLAB drawing tutorials, detailed one-dimensional, two-dimensional, three-dimensional mapping tutorial.)
- 2013-09-02 08:57:38下载
- 积分:1
-
ChnCalendars
修改过的ChnCalendars日历控件,修复了一些bug,增加日期标记颜色。(The modified ChnCalendars calendar control, fix some bug, increase the date marking color.)
- 2014-10-16 11:10:50下载
- 积分:1
-
testloadflow
load flow for radial system
- 2012-08-14 19:34:51下载
- 积分:1
-
Harris-Corner-Detection
一个用来进行harris角点检测的程序,本程序基于matlab,具有很好的检测效果。(One used for harris corner detection procedures, the procedures based on matlab, has a good detection results.)
- 2013-10-23 16:36:14下载
- 积分:1
-
SACS_TIP2014-master
Self-Adaptively Weighted Co-Saliency Detection via Rank Constraint
- 2015-03-08 19:54:42下载
- 积分:1
-
111
function pi = solve2(count,m,cc)
借助布冯投针实验 仿真求pi的值
pi=0
frq=0
randNo = binornd(1,cc,1,m)
pro=zeros(1,count)
for j=1:count
for i = 1:m
if randNo(1,i) == 1
frq = frq + 1
end
pro(i) = frq/i
end
pi = (2*m)/frq
pro(j) = pi
end
pro = pro,num =1:count
plot(num,pro) (function pi = solve2 (count, m, cc) to vote with Buffon needle experiment simulation find the value of pi pi = 0 frq = 0 randNo = binornd (1, cc, 1, m) pro = zeros (1, count) for j = 1: count for i = 1: m if randNo (1, i) == 1 frq = frq+ 1 end pro (i) = frq/i end pi = (2* m )/frq pro (j) = pi end pro = pro, num = 1: count plot (num, pro) )
- 2011-05-24 15:39:41下载
- 积分:1
-
EKF
扩展卡尔曼滤波算法,运行打开主程序后直接运行(Extended Kalman filter algorithm can be run directly run to open the main program)
- 2014-02-24 16:10:42下载
- 积分:1
-
DCF-RTS-CTS
利用matlab对802.11协议性能进行分析,改变节点数目以及最小竞争窗口计算吞吐量并做出图像(Using matlab to analyze the 802.11 protocol performance, change the number of nodes and least competitive window to calculate throughput and make the image)
- 2016-05-01 19:58:10下载
- 积分:1
-
jplv7
各种算法集合,包括:优化,回归,图论,数据处理,吉布斯分布等等(A collection of algorithms including optimization, regression, graph, data processing, Gibbs and etc.)
- 2012-04-20 19:50:20下载
- 积分:1
-
ConstrainedOptimizationProblem
约束优化问题:
minRosen(Rosen梯度法求解约束多维函数的极值)(算法还有bug)
minPF(外点罚函数法解线性等式约束)
minGeneralPF(外点罚函数法解一般等式约束)
minNF(内点罚函数法)
minMixFun(混合罚函数法)
minJSMixFun(混合罚函数加速法)
minFactor(乘子法)
minconPS(坐标轮换法)(算法还有bug)
minconSimpSearch(复合形法)(Constrained optimization problem:
minRosen (Rosen gradient method for solving constrained multi-dimensional function of extremes) (algorithm also bug)
minPF (solving linear equations outside the penalty function method constraints)
minGeneralPF (outside the penalty function method for solving general equality constraints)
minNF (internal penalty function method)
minMixFun (mixed penalty function method)
minJSMixFun (mixed penalty function acceleration method)
minFactor (multiplier method)
minconPS (coordinate rotation method) (algorithm also bug)
minconSimpSearch (complex method))
- 2020-11-12 12:49:44下载
- 积分:1