-
mfac
基于紧格式线性化方法与偏格式线性化方法,可将非线性系统线性化,后用PID控制,设计控制器(Based on tight format linearization method and partial format linearization method, nonlinear system can be linear, with PID control, to design the controller
)
- 2012-03-21 17:01:04下载
- 积分:1
-
gaosi
多变量高斯过程样本的产生,用matlab编写的(Multivariate Gaussian process for selecting the samples, prepared using matlab)
- 2008-05-08 13:18:06下载
- 积分:1
-
motor-speed
The following Matlab project contains the source code and Matlab examples used for speed control of a dc motor. The goal of this assignment was to develop a Speed control system for a DC motor.
- 2014-09-05 12:10:38下载
- 积分:1
-
rosslerrun.m
计算Rossler三周期循环模型的动态数值,并绘制动态三维图。(Rossler three cycles to calculate the dynamic numerical model, and draw a dynamic three-dimensional map.)
- 2014-01-21 11:24:49下载
- 积分:1
-
ACTSP
实现了蚁群算法求解TSP问题。注释详细
function[R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q)
-------------------------------------------------------------------------
主要符号说明
C n个城市的坐标,n×2的矩阵
NC_max最大迭代次数
m蚂蚁个数
Alpha表征信息素重要程度的参数
Beta表征启发式因子重要程度的参数
Rho信息素蒸发系数
Q信息素增加强度系数
R_best各代最佳路线
L_best各代最佳路线的长度
=========================================================================
(Ant Colony Algorithm for the realization of the TSP problem. Notes the detailed function [R_best, L_best, L_ave, Shortest_Route, Shortest_Length] = ACATSP (C, NC_max, m, Alpha, Beta, Rho, Q) ------------------------------------------------------------------- The main symbol------ C n that cities coordinates, n × 2 matrix NC_max the largest number of iterations m the number of Alpha ant pheromones characterized the importance of the parameters Beta factor heuristic importance of characterization of the parameters Rho evaporation coefficient of pheromone pheromone Q increase in intensity coefficient R_best best route generations generations L_best the length of the best route ====== ================================================== =================)
- 2009-05-09 17:21:45下载
- 积分:1
-
doarima
doarima.m MATLAB script to do an ARIMA(p,d,q) analysis where d is set but P and q can be vectors of values you want to try. It produces AIC and FPE (final prediction error) values for comparing models. The AIC is different than the one computed by S+, but they both minimize on the same model for the arma22.dat simulated data.
- 2013-04-18 21:20:25下载
- 积分:1
-
GA-and-FL
运用MATLAB语言,采用遗传算法实现设施规划布局问题(Using MATLAB, Genetic Algorithms to solve facility layout problem)
- 2021-04-14 09:58:56下载
- 积分:1
-
ex9
说明: 系统辨识工具箱, 使用命令行估算线性模型(system identification toolbox)
- 2011-02-20 18:29:26下载
- 积分:1
-
boundary_conditions_fliplr
对经验模态分解的端点效应进行处理,本程序用镜像延拓方法(The empirical mode decomposition of the endpoint effect processing, the program uses the image extension method)
- 2016-12-21 11:22:02下载
- 积分:1
-
最新的支持向量机工具箱,有了它会很方便-svm_v0.55beta
最新的支持向量机工具箱,有了它会很方便 1. Find time to write a proper list of things to do! 2. Documentation. 3. Support Vector Regression. 4. Automated model selection. REFERENCES ========== [1] V.N. Vapnik, "The Nature of Statistical Learning Theory", Springer-Verlag, New York, ISBN 0-387-94559-8, 1995. [2] J. C. Platt, "Fast training of support vector machines using sequential minimal optimization", in Advances in Kernel Methods - Support Vector Learning, (Eds) B. Scholkopf, C. Burges, and A. J. Smola, MIT Press, Cambridge, Massachusetts, chapter 12, pp 185-208, 1999. [3] T. Joachims, "Estimating the Generalization Performance of a SVM Efficiently", LS-8 Report 25, Universitat Dortmund, Fachbereich Informatik, 1999. (The newest work tools of svm,it will be very convenient to have it.)
- 2005-03-29 14:06:00下载
- 积分:1