-
myfunction
说明: matlab 功能强大
网上下载 据说是单片机和matlab串口通信(matlab download is said to be a powerful microcontroller and serial communication matlab)
- 2011-04-17 10:56:19下载
- 积分:1
-
da_l_r
螺旋锥齿轮数控加工过程关键点计算,包括对刀过程、加工过程等(左旋右侧齿面加工)(The spiral bevel gear process key points computing
)
- 2012-03-29 15:33:53下载
- 积分:1
-
fuzzy_learning
implementing fuzzy system learning procedure in matlab
- 2012-12-03 20:45:27下载
- 积分:1
-
sfunction_example
一个简单的s-function的范例,足够多的说明可以将其作为其他s-function的模板(A simple example of s-function, and a sufficient number of instructions can be used as template for other s-function)
- 2014-02-19 17:58:37下载
- 积分:1
-
Droop-control
介绍droop控制的基本原理并利用其原理从而提高微网的稳定性(The basic principle introduced droop control and use its basic principles to improve the stability of the micro-network)
- 2014-10-15 09:57:04下载
- 积分:1
-
fuzzyISODATA
模糊isodata算法matlab程序;fuzzyisodata的matlab程序。很好很实用。(fuzzyisodata program)
- 2013-04-23 09:28:20下载
- 积分:1
-
FastICA5
很好用的FastICA工具箱,以及使用攻略,非常容易入手学习。(Good use of FastICA toolbox, and the use of the Raiders, very easy to start learning.)
- 2014-08-28 09:14:49下载
- 积分: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
-
NORMALFUNCTION
本程序基于visual C++ 实现标准正态分布,正态分布累积函数,正态分布累积函数的逆函数分别输出到不同表,是仿真实验的很好参考!(This procedure based on visual C++ Achieve the standard normal distribution, the cumulative distribution function, the cumulative distribution function of the inverse function of the respective output to a different form, is a good reference simulation!)
- 2007-12-14 11:48:49下载
- 积分:1
-
stub
相位恢复算法,里面的滤波器用Matlab编写(phase recovery algorithm)
- 2009-06-30 00:03:12下载
- 积分:1