-
Matlab_Command_Summary
Matlab 命令总结
散点图
一元线性回归
多元线性回归
非线性回归
其它命令(Matlab command scatter summed up one linear regression multiple linear regression non-linear regression of other orders)
- 2008-05-04 15:09:08下载
- 积分:1
-
3D
说明: 一个小程序,用于模拟电磁波在三维空间传播,在MATLAB平台开发。(A small program used to simulate the spread of electromagnetic waves in three-dimensional space, in the MATLAB platform.)
- 2010-03-24 13:39:09下载
- 积分:1
-
SLAM-MATLAB-code
slam仿真工具箱,包含slam的matlab仿真源程序以及slam学习程序(slam simulation toolbox, matlab simulation source code contains slam and slam learning process)
- 2021-01-05 23:38:54下载
- 积分:1
-
fourierdesc
Fourier descriptor
- 2012-05-01 21:41:33下载
- 积分:1
-
chirp
啁啾光栅啁啾光栅啁啾光栅啁啾光栅啁啾光栅(The chirped grating chirp grating chirp grating chirped grating chirped grating)
- 2013-04-15 14:19:46下载
- 积分:1
-
improvednewton
给定一个三次方程,用改进的Newton法求解,并研究各种算法的收敛阶数.(Given a cubic equation, using the improved Newton method and to study the convergence of various algorithms order.)
- 2008-03-01 17:47:11下载
- 积分:1
-
DipoleAntenna
半波振子的MATLAB仿真 电流 方向性图 立体图 阻抗 增益(Half-wave oscillator of the MATLAB simulation of the current pattern Stereogram impedance gain)
- 2008-05-31 21:05:32下载
- 积分: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
-
ImageMatching
本人编的图像配准算法,使用相关算法,模板在参考图像上移动(I compiled image registration algorithm, using the correlation algorithm)
- 2010-02-21 21:56:53下载
- 积分:1
-
Rossler
Lyapunov指数程序。适合初学者,可以直接通过替换方程,来进行计算。清晰实用。
(Lyapunov index procedure. For beginners, you can directly replace the equation to calculate. Clear and practical.)
- 2014-10-14 15:30:59下载
- 积分:1