-
bisection_new
Step 1: Set i=1
FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2
FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then
OUTPUT(p)
STOP.
prepared by Razana Alwee
24
Algorithm
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p
FA=FP
else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,
No=’, No)
- 2011-11-23 09:49:57下载
- 积分:1
-
vertical
matlab plotting vertical state of car lane changing by fuzzy
- 2015-01-26 02:41:56下载
- 积分:1
-
Mathworks
说明: 拉普拉斯变换的反演是求解复杂线性系统的一个重要步骤
函数f(t)=INVLAP(f(s))提供了一种简单、有效和合理准确的方法来实现结果。(The inversion of Laplace transform is an important step in solving complex linear system
The function f (T) = invlap (f (s)) provides a simple, effective, reasonable and accurate method to achieve the results.)
- 2020-05-13 17:38:05下载
- 积分:1
-
echoes-of-active-phased-array-radars
在降低运算量的同时保持了相控阵接收通道回波之间的固有幅度、相
位关系, 采用变换法来产生通道噪声, 使通道回波生成耗时控制在毫秒量级及系统仿真实现准
实时。(In reducing the amount of computing while maintaining a phased array receiver channel between the intrinsic echo amplitude, phase relations, the use of transform methods to generate channel noise, echo generation takes control of the channel in the order of milliseconds and the system simulation to achieve accurate real-time.)
- 2011-09-04 08:06:59下载
- 积分:1
-
vertical_parking
垂直泊车仿真模型,采用三段弧式路径规划,能够实现在不同起始点下的垂直泊车(Vertical parking simulation model, using three-stage arc path planning, to achieve vertical departure at different starting points)
- 2017-03-14 22:15:45下载
- 积分:1
-
Fast-Total-Variation-Deconvolution-Package
Fast Total Variation Deconvolution Package
- 2013-07-27 17:34:37下载
- 积分:1
-
matlab-Algorithm
matlab 算法大全,集成Matlab经典算法(matlab methods)
- 2013-03-31 13:31:49下载
- 积分:1
-
COM-based-Hybrid
这个文件简述了一种混合编程方法
基于组件对象模型(组件对象模型,
COM),用Matlab VBA。
(The article introduced a hybrid programming method
based on Component Object Model (Component Object Model,
COM) with Matlab and VBA. )
- 2012-05-20 10:53:08下载
- 积分:1
-
GRNNjiaotongyunshu
MATLAB神经网络简单应用。。。。。。。。。(MATLAB neural network simple. . . . . . . . .)
- 2012-05-21 22:51:02下载
- 积分:1
-
read_amino_acid2
在蛋白质数据库中下载氨基酸序列,然后用此程序读取氨基酸序列(in protein pdb,read amino acid series)
- 2012-11-15 10:38:08下载
- 积分:1