-
ImageProcessing
matlab documentation
- 2013-01-04 19:53:51下载
- 积分:1
-
project1_code
这是matlab编写的3个常用机器学习分类器代码。其中包括了: 1)PCA 分类其;2)LDA分类器:3)naive贝叶斯分类器。 3个算法的实现参考了《Introduction to Machine
Learning》。 除了这3个分类算法的实现外,代码里面还包含了用于测试的main.m 主程序和一个实验的简要报告。实验在著名数据集acoustic_train_data 上进行。(This source code includes the implementation of three famous classifiers in machine learning. They are 1) PCA, 2) LDA and 3) Naive Bayesian. The detail theory behind these classifier can be found text book <<Introduction to Machine Learning>>. Besides the implementation of these 3 algorithms, the main.m for testing and a brief testing report is also included. (The testing is on data set acoustic_train_data) Enjoy:))
- 2015-03-09 20:59:12下载
- 积分:1
-
201312
需将图形文件复制到D盘根目录,或修改程序中的相关文件的路径。
计算机运行可能会出现这样的警告:Warning: Function call WAVEDEC2 invokes inexact match F:Matlab oolboxwaveletwaveletwavedec2.m.
> In Wnn0802 at 18
无妨,没关系的,不影响运算结果。(Need to copy files to the D graphics root directory, or modify the program in the path of the relevant documents. Computer running such a warning might appear: Warning: Function call WAVEDEC2 invokes inexact match F: Matlab toolbox wavelet wavelet wavedec2.m> In Wnn0802 at 18 anyway, it does not matter, does not affect the result of the operation.)
- 2013-12-18 08:56:03下载
- 积分:1
-
schwarzweifen
说明: 用schwarz电弧方程建立的电弧仿真电路,可用于观察燃弧期间的电弧电压和电流、电导,(a simulation of schwarz arc model using matlab,)
- 2010-04-26 20:53:04下载
- 积分: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
-
amd
matlab程序语言,三自由度模型对象,主动控制,lqr算法,求解位移与速度(the matlab programming languages, three degrees of freedom model objects, active control, lqr algorithm solving the displacement and velocity)
- 2013-01-04 11:15:33下载
- 积分:1
-
DC_Power_flow
利用奇诺多面体描述光伏发电出力的不确定性(The Chino polytopic description photovoltaic power generation uncertainty)
- 2017-08-26 10:22:48下载
- 积分:1
-
寻找全局最优解的优化算法-New Folder
优化算法,寻找全局最优解,放入matlab预设目录直接可以使用(optimization algorithm)
- 2020-06-16 02:20:06下载
- 积分:1
-
matlabkalman
说明: 拥有matlab用户界面的卡尔曼滤波程序,很适合转业人士研究,(Owns matlab user interface Kalman filtering procedures very suitable the retrainees study)
- 2010-03-31 20:54:08下载
- 积分:1
-
GPSchengxu
关于GPS定位的matlab仿真,可以下载看看,应该还挺有用的(Matlab simulation on GPS positioning, you can download to see, it should be pretty useful)
- 2010-07-06 12:27:26下载
- 积分:1