-
01_introduction
presentation of MATLAB
- 2009-05-26 23:30:40下载
- 积分: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
-
integer-programming
可用于解决整数规划方面的问题。用matlab编写的源代码。(integer programming)
- 2011-09-17 21:00:56下载
- 积分:1
-
用MATLAB图形用户界面实现项目成果的展示Tab-Pannel
用MATLAB图形用户界面实现项目成果的展示,包括图形,性能参数,并可实现多界面切换(Using MATLAB graphical user interface to achieve the project presentation, including graphics, performance parameter, and can realize multiple interface switch
)
- 2020-07-19 20:38:47下载
- 积分:1
-
LFM_pc_MTI_MTD
雷达系统仿真分析,实现MTI,MTD脉压等各项操作(simulation of radar system)
- 2021-04-28 19:58:44下载
- 积分:1
-
shuangmenxianjiance
基于双门限的能量检测算法,实现在各种信道环境下的仿真(Energy based on double threshold detection algorithm, implemented in various channel environments Simulation)
- 2010-12-20 16:25:16下载
- 积分:1
-
GaussSeidel
GaussSeidel search algorithm matlab
- 2012-04-07 06:12:39下载
- 积分:1
-
CA_code_generation
C/A码产生的方法二Matlab程序代码(The Matlab procedure code of the generated C/A Well)
- 2013-03-17 20:45:31下载
- 积分:1
-
Laplace_FDM_3D
FDM in for 3D Laplace problem
- 2014-01-13 16:57:30下载
- 积分:1
-
mexclp
CLP Interface to LP/QP solver MEXCLP
- 2009-04-24 23:25:11下载
- 积分:1