SVM用于模式识别 整理别人的代码(原来的是英文)所得: kernel.m用于内积矩阵的计算 svcplot.m用于绘图 svm168.m是主程序 testlin.m是采用线形内积函数的支持向量机应用的 文件 testrbf.m是采用RBF内积函数的支持向量机应用 的 文件 每个文件中都有说明。 仿真平台matlab7.0, 仿真全部通过 将所有文件拷贝到work目录下(注意不要直接将上层文件夹直接拷贝到work目录下,若那样操作,必须在matlab的file菜单中的set path中设置相应的路径)。 打开matlab,在命令窗口中输入 testlin或testrbf 即可查看结果。
标签: svcplot testlin kernel SVM
上传时间: 2015-05-27
上传用户:风之骄子
This file contains a new and improved version of the Huffman coder, (June 29. 2001). The name is Huff06.m. There are also some additional files which are helpful when using Matlab for data compression: quantizer, different variants of run-length-encoding and end-of-block coding in Mat2Vec, and a program which do JPEG-like entropy coding. A complete compression example is shown in TestMat2Vec.m. This file is all you need for Huffman coding in MatLab.
标签: contains improved Huffman version
上传时间: 2015-07-05
上传用户:jeffery
Overview DSN-Less Connection dBASE Excel Text File Visual FoxPro Access database SQL Server Oracle MySQL AS400 Sybase Sybase SQL AnyWhere DSN Connection
标签: Connection Overview DSN-Less database
上传时间: 2014-01-11
上传用户:努力努力再努力
This simulation script set allows for an OFDM transmission to be simulated. Imagetx.m generates the OFDM signal, saving it as a windows WAV file. This allows the OFDM signal to be played out a sound card and recorded back. Imagerx.m decodes the WAV to extract the data. settings.m contains all the common settings to specify all the simulation parameters such as FFT size, number of carriers, input data source file, input and output WAV files, etc.
标签: transmission simulation generates simulated
上传时间: 2013-12-15
上传用户:dyctj
This file contains the material presented as the first Embedded MATLAB webinar on the MathWorks web site on September 13, 2007. It contains the PDF version of presentation slides and all necessary demonstration files (including MATLAB M-Files and Simulink models).
标签: the MathWorks presented Embedded
上传时间: 2016-03-07
上传用户:66666
There are numerous MATLAB M-Files included in this software package. Thus, the the authors have bundled all files and sample data in a *.zip file (KTHorb.zip). The Readme.txt file describes the directories created when the .zip file is unpacked. The file Matlab_implementation.doc (or Matlab_implementation.txt) describes some of the classes and methods included in the package for GPS satellite orbit interpolation.
标签: the numerous included software
上传时间: 2016-03-08
上传用户:qweqweqwe
In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve recently derived, to train a two-layer perceptron, so as to classify medical data (kindly provided by Steve Roberts and Will Penny from EE, Imperial College). The data and simulations are described in: Nando de Freitas, Mahesan Niranjan and Andrew Gee Nonlinear State Space Estimation with Neural Networks and the EM algorithm After downloading the file, type "tar -xf EMdemo.tar" to uncompress it. This creates the directory EMdemo containing the required m files. Go to this directory, load matlab5 and type "EMtremor". The figures will then show you the simulation results, including ROC curves, likelihood plots, decision boundaries with error bars, etc. WARNING: Do make sure that you monitor the log-likelihood and check that it is increasing. Due to numerical errors, it might show glitches for some data sets.
标签: Rauch-Tung-Striebel algorithm smoother which
上传时间: 2016-04-15
上传用户:zhenyushaw
使用须知 1. 文件夹 两个文件夹:Mbook和Mfiles。 Mbook文件夹:存放可以用于教学或自学的Mbook形式的文档。 MFiles文件夹:存放所有例题的M文件,保存的文件名为“Ex+章+序号.m”、“Ex+章+序号.fig”、“Ex+章+序号.mdl”或“Ex+章+序号.doc”。 2. 使用前的准备 (1)软件需要安装Office2000 和MATLAB6.5。 (2) 将文件夹Mbook和Mfiles的内容拷贝到用于教学的计算机的硬盘上。 (3)在MATLAB中将“Mfiles”文件夹添加在搜索路径中 添加搜索路径的步骤为: 在MATLAB界面选择菜单“File”→“Set Path”命令,在打开的设置路径对话框中通过“Add Folder…”或“Add with Subfolders…”按钮打开浏览文件夹窗口来添加搜索目录。 (3)要运行8.1小节的MEX和EXE文件,则需要有与MATLAB6.5适配的Borland C/C++或MicroSoft Visual C++或Watcom C/C++(详见11.2和11.3节)。 (4)要运行8.4小节Mbook文件夹的文件,则需要安装Notebook。
上传时间: 2016-05-20
上传用户:cx111111
6自由度puma机器人仿真程序源码。This is PUMA3d.M, a 3D Matlab Kinematic model of a Puma robot located in the robotics lab of Walla Walla University. The file uses CAD data converted to Matlab using cad2matdemo.m, which is located on the Mathworks central file exchange. % % This file is still being developed, for the latest version check the % Mathworks central file exchange.
标签: robot Kinematic located Matlab
上传时间: 2013-12-23
上传用户:清风冷雨
多目标遗传算法程序 to run Demo files, is to run SGALAB_demo_*.m what s new: 1) Multiple-Objective GAs VEGA NSGA NPGA MOGA 2) More TSP mutation and Crossover methods PMX OX CX EAX Boolmatrix 3) More selection methods Truncation tornament stochastic 4) mutation methods binary single point int/real single point 5) encoding/decoding methods binary integer/real messy gray DNA permuation to fix the plot bugs for 4001 , download this file and replace old files.
标签: Multiple-Objective SGALAB_demo run files
上传时间: 2013-12-21
上传用户:mhp0114