-
GAsvm
载入测试数据wine,其中包含的数据为classnumber = 3,wine:178*13的矩阵,wine_labes:178*1的列向量(Now the test data wine, wherein the data contained in the classnumber = 3 wine: 178* 13, the matrix wine_labes: 178* 1 of the column vector)
- 2013-05-14 20:34:10下载
- 积分:1
-
ORPD
OPTIMAL REACTIVE POWER DISPATCH
- 2014-02-17 19:05:07下载
- 积分:1
-
packet
通过小波包分析计算柱塞流的特征值,奇异值(Through the wavelet packet analysis and calculation of the plunger flow characteristic value, singular value)
- 2013-01-08 11:19:20下载
- 积分:1
-
Wavelet-Transform-In-Image-Compression
insertion of two images iand how to exctract them
- 2011-05-30 18:51:43下载
- 积分:1
-
speaker-recognition
speech recognition using matlab....sousce definition
- 2011-11-05 15:37:08下载
- 积分:1
-
QuadTriangleElement
有限元QuadTriangleElement的matlab程序(FEA matlab QuadTriangleElement)
- 2013-10-12 23:23:40下载
- 积分:1
-
Matlab7_docu
The document contains instructions to learn matlab better. People utilizing matlab as a tool for simulation,will get benefit from it.
- 2010-07-23 16:49:39下载
- 积分:1
-
2D_phasc_unwrapping_algorithms
Matlab编写的相位展开(相位解缠),程序实现两种相位展开(相位解缠)的算法,一个是质量图导引路径积分相位展开算法,另一个是Goldstein的枝切法。(2D PHASE UNWRAPPING ALGORITHMS
for the phase quality guided phase unwrapping method and Goldstein s branch cut phase unwrapping method)
- 2020-07-22 09:48:44下载
- 积分:1
-
ceemd
这是一段eemd分解的程序,可以直接使用,可用于故障信号的分解,提取故障特征,进行故障判断的一段程序。(This is a eemd decomposition process, can be used directly, can be used to decompose the fault signal fault feature extraction, a procedure for fault judgment.)
- 2020-10-26 21:09:59下载
- 积分: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