搜索资源列表
emd
- matlab的工具箱的安装步骤: 1.解压下载的文件包,将tft/mfile复制到matlab的toolbox文件夹下 2.建立搜索路径,matlab->file->Set Path->Add Folder ->选择mfile文件夹复制到matlab的toolbox的路径->save->close 3.测试是否建立搜索路径成功,在matlab命令窗口打入:which fmsin 返回的结果是你放mfile的正确路径说明建立搜索路径成功。此时
Code_MATLAB_Optimization
- 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file)
GLTree220509
- In this file you can find a simple but very effective algorithm for NN Search which I megalomaniacly called the GLTree. -In this file you can find a simple but very effective algorithm for NN Search which I megalomaniacly called the GLTree.
GLTree230909
- In this file you can find a simple but very effective algorithm for Nearest Neighbour Search which I megalomaniacly called the GLTree.
hmmbox_4_1
- the newer version from HMMbox 3.2 Matlab toolbox for Variational estimation Hidden Markov Models. (Adapted from Hidden Markov Toolbox Version 3.3 01-Apr-99 and Coupled Hidden Markov Toolbox Version 1.1 01-Feb-01 Copyright (c) by Iead Re
maphmmbox
- VARHMMBOX, version 1.1, Iead Rezek, Oxford University, MAR 2002 Matlab toolbox for Hidden Markov Models (Adapted from Machine Learning Toolbox Version 1.0 01-Apr-96 Copyright (c) by Zoubin Ghahramani, University of Toronto) The softwa
fibonacci_search
- this *.m file is the implementation of fibonacci search that is used for finding gradient vector in optimizaiton algorithm-this*.m file is the implementation of fibonacci search that is used for finding gradient vector in optimizaiton algorithm
slamToolbox
- Joan Solà编写6自由度扩展卡尔曼滤波slam算法工具包,解决视觉和机器人定位SLAM的一些列算法matlab工具包,对机器人定位和地图创建以及基于视觉的定位有很大帮助-This toolbox performs 6DOF SLAM using the classical EKF implementation. It is conceived as an "active-search" SLAM. It is provided for free under the GPL license
FisherExactTest
- I found it s so terriable to search Fisher s exact test well written in matlab. So here is the file that produces p-value efficient, with good examples, easy for beginner s without any knowledge about theory behind.
GLTree2DFEX
- FAST K-NEAREST NEIGHBORS SEARCH -FAST K-NEAREST NEIGHBORS SEARCH Descr iption You can find the descr iption at: http://www.advancedmcode.org/gltree.html A Pro Version has been published on: http://www.advancedmcode.org/gltree-pr
knnsearch
- 寻找测试样本的最近邻,可以有效的用于用于模式识别,信号处理-This is a small but efficient tool to perform K-nearest neighbor search, which has wide Science and Engineering applications, such as pattern recognition, data mining and signal processing. The code was initially
BasicMotionVectorEstimation
- 运动估计块匹配算法 以下是工程中m文件的简单注释: main.m 可通过主函数调用各种基本的块匹配算法 FullSearch.m 全搜索法(又称为Exhaustive Search) ThreeStepSearch.m 三步搜索法(Three Step Search) NewTSS.m 新三步搜索法(New Three Step Search Algorithm) SESTSS.m 简便高效的三步搜索法(Simple And Efficient TSS)
Cell_search
- 具有动态链接库的小区搜索程序。这个程序的dll文件属于平台机密啊。-Dynamic link library cell search procedure. Dll file of this program is platform confidential ah.
(golden-section)
- Golden section search method m-file
(Cubic-inter)
- cubic interpolation search method m-file
(Quadratic-inter)
- Quadratic interpolation search method M-file
search
- --- --This m-file is written by SPK.Babu for www.usm.my- This M-file simulates the BER of a MLBD SC-BDTS and compares with sphere/lattice detector in presence of AWGN- --------This m-file is written by SPK.Babu for www.usm.my- This M-file s
search-words
- ◆输入数据: 由键盘输入待查文本文件名和待查单词。待查文件名为:input.txt。 ◆输出数据: 输出文件为output.txt,该文件第一行为该单词在文件中出现的次数。 从每二行开始是依先后次序输出的包含该单词的句子。 -◆ Input data: text file name to be examined by the keyboard input and searching words. Unknown origin file name: input.txt. ◆ O
Harmony-Search
- the harmony search is an evolutionary algorithm.The file consists of a standard harmony search. The code is simple and usable for optimizing any function.
search-for-a-specific-word-in-a-text-file-and-ret
- Search for a specific word in a text file and return its position