-
MTracing
simple_ optical ray tracer for MATLAB
- 2010-07-30 06:01:28下载
- 积分:1
-
myplotyy_110512
Myplotyy情节不同的数据集具有共同的X轴使用一个数字,但个别的Y轴。
每一个曲线(Y轴)的属性可单独调整,为线性或对数尺度,正常或反向规模,置信区间等,颜色,曲线标签,...
见截图和运行示例“myplotyy_example.m”在zip文件中。
(Myplotyy plots different data sets with a common x-axis but using individual y-axes in one figure.
The properties of every curve (y-axis) can be individually adjusted, such as linear or logarithmic scale, normal or reverse scale, confidence intervals, colors, curve labeling, ...
See screenshot and run the example "myplotyy_example.m" included in the zip-file.
)
- 2011-05-15 11:14:27下载
- 积分:1
-
nnrbf_pid
在MATLAB中使用,S函数现实RBF-PID控制程序。
(S function of the reality on RBF-PID control)
- 2012-04-23 10:01:23下载
- 积分:1
-
LMS
阐述了LMS算法中步长选择对结果收敛的影响(Described step LMS algorithm convergence results)
- 2012-07-03 00:43:37下载
- 积分:1
-
control
很全的控制matlab程序,经典之作,欢迎大家下载(Very wide control matlab program, classic, welcome to download)
- 2013-08-25 15:59:38下载
- 积分:1
-
xiaozaoxiaobo
用于小波消噪-此函数用于研究Mallet算法及滤波器设计-此函数用于消噪处理(- This function is used to study Mallet filter algorithm design- This function is used to de-noising processing for wavelet denoising)
- 2013-04-19 22:40:36下载
- 积分:1
-
regiongrowing
区域生长算法,一个老美写的,算法写的相当巧妙,需要花点时间好好看下。(Region growing algorithm, written by an old America, the algorithm is quite clever to write, take time to properly see next.)
- 2010-08-05 17:43:37下载
- 积分: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
-
gexing_lms
自适应信号系统中的 格型 LMS算法 自适应滤波(Adaptive signal system lattice LMS adaptive filtering algorithm)
- 2011-08-09 23:06:59下载
- 积分:1
-
Several-nonlinear-control-methods
基于多变量PID调节锅炉汽机单元的几种非线性控制方法(Several nonlinear control methods based on multivariate PID regulator boiler turbine unit)
- 2013-04-19 20:18:20下载
- 积分:1