资源列表
svm4matlab
- svm分类回归工具箱 适合初学者学习用
guicode
- matlab 界面编程代码 范例程序很多
fractional_chaos
- 求解分数阶倒数混沌系统的matlab程序
2007_8
- 程序员2007年8月的解答。采用搜索算法排序和二次搜索算法验证。
data2dlookup
- simulink 2d 查表程序 table2d.m, data2d.fig, table2dlookup.mdl, data2dresult.fig
switchtest
- 内容:simulink 非线性模块仿真正弦信号通过新回环函数,switchtest.fig, switchtest.mdl
OptimizationofaDoubleWishboneSuspensionSystem
- This demo shows how to use MATLAB, Optimization Toolbox, and Genetic Algorithm and Direct Search Toolbox to optimize the design of a double wishbone suspension system.
MultivariateGaussianMixtureModelOptimizationbyCros
- Fit a multivariate gaussian mixture by a cross-entropy method. Cross-Entropy is a powerfull tool to achieve stochastic multi-extremum optimization.
SolvingSymmetricalandDisSymmetricalTSPbaseonAntCol
- Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem.对此方面的研究很有帮助
TravelingSalesmanProblemGeneticAlgorithm
- Finds a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once)
IterativeClosestPointMethod
- ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points. Ordinary usage: [R, T] = icp(model,data) INPUT: model - matrix with model points,
OptimizationTipsandTricks
- New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as templates for their own problems. Use this tool by editing the file optimtips.m, then execute blocks of code in cel