-
AcsrGui
输电线路的始端电压和功率的求解,其滞后功率因素为0.8,根据其参数来求解响应的电压和频率(The shifting transmission line voltage and power, the power factor behind for 0.8, according to its parameters to solve the voltage and frequency response)
- 2010-03-11 10:25:20下载
- 积分:1
-
readfromexcel-hanshu
matlab中读取excel表格的重要途径(an important way to read excel spreadsheet matlab)
- 2013-12-23 21:54:21下载
- 积分:1
-
AR
说明: 一个MATLAB程序,附有数据和详细计算过程,自回归模型到分析过程,下载看看就知道了(A MATLAB program, with data and detailed calculation process, since the regression model to the analysis process, download to see if the know)
- 2010-01-28 11:04:56下载
- 积分:1
-
CDate
主要编写的是一个是期类,包括日期的加法,减法,大于符号,小于符号的重载,和一些常用符号的重载,及日期类的一些常见运算(Is mainly written in a period of class, including the date of addition, subtraction, greater than symbol, less than symbols overloaded, and some common signs of overload, and the date of the class some common operations)
- 2011-01-15 18:51:46下载
- 积分:1
-
invpwm
it is a project based on invpwm in voltage regulator
- 2011-01-30 16:08:16下载
- 积分:1
-
matlabCode
说明: Proakis 现代通信系统的matlab程序(Proakis matlab program of modern communication systems)
- 2011-03-10 19:02:35下载
- 积分:1
-
youxianyuan
偏微分方程有限元的数值解的matlab程序,具有较好的实用性,方便大家使用和参考。(Partial differential equations finite element numerical solution matlab program, with good usability, to facilitate the use and reference.)
- 2013-10-18 13:49:59下载
- 积分:1
-
code
基于MATLAB的基础分水岭算法及改进算法的实现(the application and the improvement of the watershed algorithm )
- 2015-01-13 15:09:53下载
- 积分:1
-
eva
基于Gumbel极值分析的腐蚀剩余寿命估计过程中,Gumbel分布图的绘制程序。该程序在论文“储罐底板机器人在线检测数据的极值分析”有应用。(Gumbel distribution graph plotting code for corrosion residual life estimation. The program is applied in the paper Extreme Value Analysis of In-Service Robotic Storage Tank Floor Inspection .)
- 2017-04-07 10:40:04下载
- 积分:1
-
fixed_point
Fixed-Point iteration(Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative. )
- 2009-05-14 04:43:58下载
- 积分:1