-
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
-
FIR_band_pass-and-iir-low-pass
这个是对于fir带通滤波器以及iir低通滤波器的一个仿真。程序代码通俗易懂,意义很大。(This is a band-pass filter and the fir iir low-pass filter with a simulation. Program code easy to understand, very meaningful.)
- 2013-09-03 15:59:39下载
- 积分:1
-
L6565
Quasi Resonant SMPS Controller I C
- 2010-07-19 03:51:16下载
- 积分:1
-
TLD_source
该程序是完整的TLD跟踪算法过程,采用matlab和C语言混合编程技术,并有测试图片(The program is a complete TLD process tracking algorithm, using matlab and C language programming mix, and a test image)
- 2014-12-03 21:47:47下载
- 积分:1
-
Gauss
线性方程组的数值解法的Matlab代码 采用Gauss算法和LU分解(Matlab code of the numerical solution of linear equations using Gauss algorithm and LU factorization)
- 2012-05-28 16:51:51下载
- 积分:1
-
pc-shengka1
一个基于PC声卡和matlab的实时语音信号采集分析系统,带有界面图形,功能较完善,这是读研究生的时候,导师安排的项目编写的(A PC-based real-time sound and matlab voice signal acquisition and analysis system with a graphical interface, function better, which is in graduate school, I arranged for the preparation of project mentor)
- 2013-12-18 19:30:47下载
- 积分:1
-
least-square-method
在模型阶数和时滞已知与未知情况下,系统辨识与建模的5种最小二乘法。(5 kinds of least square method for system identification and modeling in the model order and time delay are known and unknown.)
- 2020-11-11 20:39:46下载
- 积分:1
-
Fuzzy_Control_System_for_a_Tanker_Ship
This matlab program simulates a fuzzy control system for a tanker ship.
- 2010-03-11 21:04:47下载
- 积分:1
-
InTech-Model_predictive_control_of_nonlinear_proc
InTech Model_predictive_control_of_nonlinear_processes
- 2012-06-13 18:54:24下载
- 积分:1
-
gray-theory2
灰色理论的讲解,带有matlab程序实例说明,代码可以直接复制使用(Gray theory to explain, with the matlab program examples, the code can be copied directly use)
- 2013-04-07 21:05:01下载
- 积分:1