-
matalab
matalab在数值计算中的应用,四阶龙哥库塔法的应用。(matalab in numerical computation, the four order Runge Ge Kuta method application.)
- 2010-12-05 11:43:50下载
- 积分:1
-
Untitled
求解接触刚度,用经典的Hertz方法求解理想情况下 刚度随载荷变化的关系(contact stiffness)
- 2010-12-16 14:20:38下载
- 积分:1
-
Rayleigh
Matlab script to plot releigh function.
- 2011-02-14 17:40:25下载
- 积分:1
-
zernike_chriswolf.tgz
calcul moment zenike
- 2010-04-30 23:26:35下载
- 积分:1
-
AR(5)
利用AR模型进行时间序列预测的程序源代码,使用最小二乘估计法进行参数估计。拟合效果非常好。(use AR model for time series prediction of the source code, the use of least squares estimation method to estimate parameters. Fitting very good results.)
- 2020-12-29 15:19:01下载
- 积分:1
-
APFC
APFC电路,利用市电220V,将Boost电路的功率因数提高,仿真了电流电压波形(APFC circuit)
- 2013-08-23 15:18:01下载
- 积分:1
-
nearerpointofclusterhead
This matlab code can be used to find the nearest cluster head in the given cluster
- 2015-03-03 14:28:14下载
- 积分:1
-
egqwgpnp
FMCW调频连续波雷达的测距测角,相关分析过程的matlab方法,模拟数据分析处理的过程,脉冲响应的相关分析算法并检验,包含收发两个客户端的链路级通信程序,一些自适应信号处理的算法,各种kalman滤波器的设计,采用偏最小二乘法。( FMCW frequency modulated continuous wave radar range and angular measurements, Correlation analysis process matlab method, Analog data analysis processing, Related impulse response analysis algorithm and inspection, Contains two clients receive link-level communications program, Some adaptive signal processing algorithms, Various kalman filter design, Partial least squares method.)
- 2020-11-17 14:29:39下载
- 积分:1
-
qanhiu_v18
数据包传送源码程序,仿真图是速度、距离、幅度三维图像,使用大量的有限元法求解偏微分方程。( Data packet transfer source program, FIG simulation speed, distance, amplitude three-dimensional image, Using a large number of finite element method to solve partial differential equations.)
- 2016-05-25 21:56:23下载
- 积分:1
-
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=...
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数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:
- 2023-01-06 01:40:03下载
- 积分:1