-
adwa
说明: 数值计算课后答案的解析,很有用的而且对上机超值(Numerical Analysis of after-school answer, very useful but on the machine value)
- 2010-04-15 15:11:38下载
- 积分:1
-
Basic-commands
Basic matlab commands
- 2013-01-07 17:06:15下载
- 积分:1
-
ThrSample2
第二类样条插值多项式源代码,用于科学计算与数据处理,含有详细注解说明,可供matlab学习者参考。(The second category spline interpolation polynomial source code for scientific computing and data processing, contains a detailed description of annotations available matlab learners.)
- 2014-01-03 22:40:57下载
- 积分:1
-
thin
fingerprint thinning algo n program
- 2010-10-26 17:20:46下载
- 积分:1
-
MSEandMADandSAD
MSE mean square error
SAE sum absolute error
MAE mean absolute error
- 2009-06-06 23:48:34下载
- 积分:1
-
matlabsimulation
用matlab进行二级倒立摆仿真,进行极点配置(matlab simulation of inversed pendulum)
- 2009-09-24 21:10:11下载
- 积分:1
-
Bootsbagsmethodresampling
靴袋法重采样,用于小样本时的重新采样后扩大样本含量的程序(Boots bags method re-sampling)
- 2010-05-19 16:32:01下载
- 积分:1
-
10-4
智能控制(刘金琨版)第10章第4题课后练习MATLAB程序(Intelligent Control (Hangzhou Press Edition) Chapter 10 Homework Question 4 MATLAB program)
- 2015-04-10 09:43:45下载
- 积分:1
-
evolutionary_game_WSLS
wsls在一个无标度网络上的进化博弈,迭代了20代,代数可更改(wsls in a scale-free network on the evolutionary game, iterative 20 generation, algebra can change)
- 2009-01-31 17:19:06下载
- 积分: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