-
Matlab_pratical_courses
我所见过的最实用的matlab编程实用教程,内容涉及到数据处理的方方面面,还有生成各种图表的方法,都有例程(I' ve seen the most useful and practical tutorial matlab programming, content related to all aspects of data processing, as well as the method generates a variety of charts, there is routine)
- 2010-11-22 11:31:18下载
- 积分: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
-
zhoujiu
啁啾光纤光栅matlab仿真程序,通过程序可以得到啁啾光栅的反射透射谱(Chirped fiber grating matlab simulation program, the program can get the reflection and transmission spectra of the chirped grating)
- 2013-04-11 13:56:37下载
- 积分:1
-
Expression
Calendar content provider. The contract between this provider and applications.
- 2013-11-26 14:59:43下载
- 积分:1
-
光栅
运用传输矩阵法,可以计算各个结构光栅透射谱反射谱(The transmission matrix method can be used to calculate the transmission spectrum reflection spectrum of each structure grating.)
- 2021-03-27 09:09:12下载
- 积分:1
-
TurboCode
ecc verson1.1 the eccpage
- 2009-12-10 23:35:23下载
- 积分:1
-
fft_ex
Matlab code for FFT with two cos functions
- 2009-05-19 14:19:00下载
- 积分:1
-
NMF
实现非负矩阵分解的程序,适合提取非负信号的特征值(A program for non negative matrix factorization,
Suitable for extracting the eigenvalues of non negative signals)
- 2018-03-28 14:49:04下载
- 积分:1
-
imui
实现了在MATLAB环境下进行汽车车牌识别的过程(Realize in the MATLAB environment Automobile License Plate Recognition process)
- 2008-05-09 18:39:49下载
- 积分:1
-
spectral_pretreatment
光谱数据预处理程序,包括MSC,SNV,归一化,中心化,导数等等(Spectral data preprocessing procedures, including MSC, SNV, normalization, centering, etc. derivative)
- 2021-04-23 10:48:48下载
- 积分:1