-
fit_ellipse
最小二乘法椭圆拟合
fit_ellipse( x,y,axis_handle )
x,y为坐标点
适用于一般方程哦。好用(Least squares ellipse fitting fit_ellipse (x, y, axis_handle) x, y for the coordinates of points applicable to the general equation Oh. Use)
- 2009-02-04 14:52:20下载
- 积分:1
-
washout_effect
code for creating washout effect on image
- 2010-05-15 17:55:19下载
- 积分:1
-
baizaoshengandyousezaosheng
利用matlab软件产生高斯白噪声和有色噪声的程序及程序说明(Using matlab software to produce white gaussian noise and colored noise procedures and instructions)
- 2013-11-21 14:07:02下载
- 积分:1
-
TIME
各种时间制之间的转换,包括许多数据应用的儒略时与标准时之间的转化(The conversion between a variety of time, including many data applications Julian conversion between standard time and JD)
- 2012-04-26 19:49:15下载
- 积分:1
-
随机潮流计算
说明: 首先从微电源、储能元件、负荷各方面对微网建模展开研究,并在对现有的电力系统随机潮流算法进行全面对比分析的基础上,重点研究了基于半不变量及Gram-Charlier级数的随机潮流算法,将其应用于微网的随机潮流计算分析中。(Firstly, micro-grid modeling is studied from the aspects of micro-power supply, energy storage components and load. On the basis of comprehensive comparative analysis of existing power system stochastic power flow algorithms, the stochastic power flow algorithm based on semi-invariant and Gram-Charlier series is studied, and applied to the stochastic power flow calculation and analysis of micro-grid.)
- 2019-10-03 14:57:22下载
- 积分:1
-
PatternRecognitiontool
matlab 模式识别工具包 希望能对你们有用(pattern recognition matlab toolkit hope to be useful to you)
- 2008-04-01 11:37:27下载
- 积分:1
-
BP-neural-network-tuning-PID
BP神经网络整定的PID算法_matlab源程序(BP neural network tuning PID algorithm _matlab source)
- 2011-05-17 17:10:18下载
- 积分:1
-
filterImage
There are different m files for different filter to use.
perwit.m:=uses window Wx=[1 0 -1 1 0 -1 1 0 -1]/3
and Wy=Wx and then convolves this window with the image.
sobel.m:=uses window W=[1 0 -1 2 0 -2 1 0 -1]/4
lablacian.m=uses window W=[0 1 0 1 -4 1 0 1 0]
convolve.m=convolves window and image
- 2011-07-27 23:15:28下载
- 积分:1
-
WS4WSu60
设计四轮转向的仿真图,前轮转角位输入,利用动力学方程计算,画出仿真图。(Design of four-wheel steering simulation diagram, the front wheel Angle input, using dynamic equation calculation, draw the simulation diagram.)
- 2014-09-29 19:19:30下载
- 积分:1
-
public
Base64编码说明 Base64编码要求把3个8位字节(3*8=24)转化为4个6位的字节(4*6=24),之后在6位的前面补两个0,形成8位一个字节的形式。 如果剩下的字符不...(Base64-encoded instructions require the Base64 encoding three 8-bit bytes (3* 8 = 24) was converted to 4 6 bytes (4* 6 = 24), then in front of the two s complement 6 0, 8 is formed bits in a byte form. If the rest of the characters do not ...)
- 2015-03-18 17:44:08下载
- 积分:1