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