-
plot3k
Generate a 3D point plot of L=(x,y,z) using the values in the vector c to
determine the color of each point. If c is empty, then z (column 3 of L)
is used to color the plot. The data points are sorted so that plot3 is
only called once for each group of points that map to the same color. The upper and lower limits of the color range (and the z axis) can be defined with crange. This is useful for creating a series of plots with the same
coloring. The colormap (but not the colorbar) is flipped upside down if
crange is given as [max min] instead of [min max]. The figure handle is
returned if an output argument is given.
- 2010-11-08 17:33:23下载
- 积分:1
-
OriginalDataDisplay
用于做光纤陀螺mems陀螺温度补偿的拟合曲线代码,十分的好用(Curve fitting code is used to make fiber optic gyro mems gyro temperature compensation is very easy to use)
- 2020-12-25 16:29:05下载
- 积分:1
-
matlab_optimal_experiment
说明: 关于微分法求最大和最小、实验与观察(Ⅰ):模拟盲人下山的迭代寻优法、计算最佳水槽断面面积的一些应用matlab编写最优化程序的范例(On the differential method for maximum and minimum, experimental and observation (Ⅰ): Simulation of Iterative blind downhill optimization method, calculation of the best cross-section area of the sink some applications to optimize the preparation procedures matlab example)
- 2008-11-20 18:01:02下载
- 积分: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
-
MLP
MLP fro Recognize handwritten
- 2014-12-21 22:15:45下载
- 积分:1
-
窗函数
主要包括余弦坡度窗、帕曾窗、指数窗和高斯窗,窗函数的选择对于结果起着重要的作用,针对不同信号和不同的处理目的来确定窗函数的选择才能取得良好的效果。(It mainly includes cosine slope window, parzen window, exponential window and gauss window)
- 2018-08-26 17:04:12下载
- 积分:1
-
chapter29
MATLAB智能算法30个案例分析第29章源代码。(The MATLAB intelligent algorithm 30 Case Study Chapter 29 source code.)
- 2012-05-19 10:36:40下载
- 积分:1
-
Interpolation
计算方法,曲线插值,普通插值法。自编程序。附带图片。(Calculation methods, curve interpolation, ordinary interpolation. Self programming. With pictures.)
- 2013-12-08 17:38:43下载
- 积分:1
-
jacobi
说明: calculating using jacobi on matlab numeric
- 2015-03-26 16:37:21下载
- 积分:1
-
BCH_matlab
BCH信道编译码的matlab仿真程序,附带源代码以及仿真结果图,设计数据流程图,是初学理解BCH码的好文档(BCH channel codec matlab simulation program, with source code, and Simulation results, data flow design is good for beginners to understand BCH code documentation)
- 2014-02-17 19:38:37下载
- 积分:1