-
Radar1
模拟雷达的一个小程序,扫面线周期性扫描,显示检测出来的异常点(A small program to simulate the radar sweep noodles periodic scanning, display anomalies detected point)
- 2014-10-17 16:00:47下载
- 积分:1
-
bu_reactive_power_optimization
配电网无功优化算法,补上了对应的论文文献。(Reactive Power Optimization, make up the corresponding paper documents.)
- 2020-07-01 11:00:02下载
- 积分:1
-
hpfilter
数字图像处理,用MATLAB进行高斯滤波(Digital image processing using MATLAB to Gaussian filtering)
- 2009-03-21 21:54:51下载
- 积分:1
-
ilcexample
说明: 迭代学习控制的matlab算法,看看对大家伙有没有帮助(Matlab iterative learning control algorithm to see if there is no help for the big guys)
- 2011-04-09 19:54:46下载
- 积分:1
-
ChaoticSystemsToolbox
说明: 分析混沌系统,产生混沌系统的流,很多m文件(Analysis of chaotic systems to generate the flow of chaotic systems, and many m files)
- 2010-05-02 06:37:17下载
- 积分:1
-
BOOSTNEW
it is very useful to matlab design for students who are searching for boost circuits
- 2014-12-02 12:37:25下载
- 积分:1
-
date-check
本文件应用matlab编程了一个日期查询的程序,能够实现轻松,快捷的日期查询(the project provides a convenient way to check a curtai date in matlab)
- 2012-11-02 15:11:25下载
- 积分:1
-
buckPI
基于MATLAB的BUCK电路的仿真,内环是电流环,用无源控制,外环电压环,用PI控制(Based on the passive control of MATLABBUCK circuit)
- 2020-11-24 15:29:33下载
- 积分: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
-
zuoye
k均值进行聚类分析,把二维模式矢量分成三、四类,用SOFM算法(K-means clustering analysis, the two-dimensional pattern vector is divided into three or four classes, using SOFM algorithm)
- 2015-03-16 18:35:26下载
- 积分:1