-
fenchafenxi
说明: duffing混沌系统的分岔分析,含有详细程序(duffing bifurcation analysis of chaotic systems, containing detailed procedures)
- 2011-04-14 09:15:56下载
- 积分:1
-
fzjd
改程序模拟了,对前推回代方法计算配电网潮流计算,迭代次数少(Modified simulation on forward and backward substitution method, calculation of distribution network power flow calculation, less iteration
)
- 2012-04-16 16:44:01下载
- 积分:1
-
Charging_Capacitor_exp_108b
Practical matlab experiment for charging a capacitor
- 2013-10-04 14:55:09下载
- 积分:1
-
Kalman
卡尔曼滤波程序,可以用去除噪声,非常好用。(Kalman filtering procedure can be used to remove noise.)
- 2009-03-18 16:03:11下载
- 积分:1
-
3-planer
an algorittm for 3 RRR robot , control u should upload at least five sourcecodes/documents
- 2013-07-28 17:16:32下载
- 积分:1
-
classifiy
this is about machine learning classify
candidate_eliminaton
- 2014-11-09 00:53:12下载
- 积分:1
-
dmpyhMATLAB
matlab代码,多目标优化,遗传算法,主要是两个目标(matlab code, multi-objective optimization, genetic algorithms, mainly two objectives)
- 2013-04-15 09:24:31下载
- 积分:1
-
AHP
matlaba写的ahp层次分析法小程序 还有注释 经测试无误 欢迎下载(ahp software)
- 2013-11-28 21:37:13下载
- 积分:1
-
Matlab
石油钻井预警系统的MATLAB程序,各个程序都有。。(Oil drilling early warning system MATLAB program, the various processes. .)
- 2009-09-09 15:07:19下载
- 积分:1
-
Rombegrg
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=f(x)
if (x~=0)
z=sin(x)/x
else
z=1
end
备注:在实验代码中,首先输入必要的变量的值如下:
a=0
b=1
tol=1e-8
待查询检查通过,开始输入执行代码
设置格式format short g查看u的值和sin(u)的值:
(Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
- 2009-12-28 22:03:42下载
- 积分:1