-
MATLAB-predictive-control
MATLAB模型预测控制工具箱进行模型预测控制器设计的全过程(Model Predictive Control Toolbox for MATLAB model predictive controller design process)
- 2010-09-03 10:39:17下载
- 积分:1
-
graph
在社会网络中,采用MATLAB构建最小图和查看两个图是否相似的两个算法(In social networks, using MATLAB to build a minimum figure and view two graphs is similar to the two algorithms)
- 2014-12-22 18:13:14下载
- 积分:1
-
排队论
关于排队论的相关算法,包括多服务台模型、单服务台模型等,资料全面(Related algorithms for queuing theory, including multi service desk model, single service platform model, etc.)
- 2020-12-01 15:29:26下载
- 积分:1
-
Detect-of-Pollution-source-in-city
这是我们参加2011年全国大学生数学建模大赛,做A题的论文和matlab程序,当年获得国奖。
利用此程序可以进行污染源位置反演计算,以及其他类似服从高斯扩散模型的源项反演。
计算量小,简单易懂。(Detect of Pollution source in city.2011 China Undergraduate Mathematical Contest in modeling Q_A.)
- 2021-04-25 22:08:46下载
- 积分:1
-
SINS
该代码极其适合初学捷联惯性导航的同学,代码可读性强,适合初学者。(The code is extremely suitable for beginner students SINS, code readability, suitable for beginners.)
- 2020-11-28 21:49:28下载
- 积分:1
-
Rational-fraction-interpolation
有理分式反差商法插值代码,用于有理分式的插值计算和数据处理,适合matlab算法学习者参考。(Commercial contrast rational fraction interpolation code for rational fraction interpolation calculation and data processing, matlab algorithm suitable for learners.)
- 2013-12-31 11:06:36下载
- 积分:1
-
LM_huffman
本程序在MATLAB环境下,对TXT文档中的字符串进行读取,并进行霍夫曼压缩编码,最终输出压缩后的序列长度和压缩比(This procedure in the MATLAB environment, TXT document on the string for reading, and Huffman coding, the final output of compressed sequence length and compression ratio)
- 2008-12-23 00:11:54下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
HH-sim-me
this code is the Hodgkin-Huxley
- 2016-07-28 06:39:09下载
- 积分:1
-
quadratic-programming
二次规划为非线性规划的一种,若某非线性规划的目标函数为自变量x 的二次函数,约束条件又全是线性的,就称这种规划为二次规划。 (Quadratic programming as a nonlinear programming, if the objective function of a nonlinear programming quadratic function as independent variable x, and the constraints are all linear, call this plan for quadratic programming.)
- 2017-04-18 09:27:39下载
- 积分:1