-
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
-
Matlab入门篇
Matlab入门篇介绍了一些基本的Matlab语句。并且有丰富的实例。(chapter introduces some basic Matlab statement. And there are abundant examples.)
- 2005-05-04 21:52:02下载
- 积分:1
-
rrs
矩形脉冲及频谱仿真程序,利用matlab实现矩形脉冲及其频谱仿真的程序(Rectangular pulse and spectrum simulation program using matlab rectangular pulse and its spectrum simulation program)
- 2012-11-12 11:19:29下载
- 积分:1
-
evs
evolutionary algorithm to optimize of fitness functions
- 2012-11-22 17:37:47下载
- 积分:1
-
DeepLearnToolbox-master
说明: 深度学习工具箱,包括BP、CNN、DBN、CAE等多个网络。包含数据可直接运行。(Deep learning toolbox, including multiple networks such as BP, CNN, DBN, CAE, etc. Containing data can be run directly.)
- 2021-02-27 10:17:52下载
- 积分:1
-
zhangzhengyou-camera-calibration
张正友摄像机标定求内参数和外参数的代码及优化(application of matlab in camera calibration)
- 2012-08-03 18:56:06下载
- 积分:1
-
LFNewton
based on Newton method on load flow program that can help you better electrical system optimization
- 2009-04-11 16:51:52下载
- 积分:1
-
matlab-chap7
说明: 包括细胞边缘检测,癌细胞形态学分析,癌细胞颜色分析三个例程。(Including cell detection, cell morphology analysis, color analysis of cancer three routines.)
- 2011-04-13 16:42:57下载
- 积分:1
-
matlabSimulinkQPSK
利用matlab工具对于QPSK系统进行完整的仿真,对于深刻理解系统仿真有帮助,且包含很多分析,比较易懂(QPSK systems using matlab a complete tool for the simulation of a deep understanding of system simulation for the help, and contains a lot of analysis, is easier to understand)
- 2011-06-04 01:38:10下载
- 积分:1
-
CVPR09-ScSPM
Linear Spatial Pyramid Matching Using Sparse Coding 图像分类实现代码(Linear Spatial Pyramid Matching Using Sparse Coding image classification implementation code)
- 2013-03-06 21:31:44下载
- 积分:1