-
matlib
用c++语言,生成一个能让MATLAB自动加载的数据格式文件。该工具能够编译成为dll文件,随着其他文件一起动态执行和动态添加一个系统的功能。(transform an input file into .mat for matlab from c++)
- 2011-01-13 20:39:51下载
- 积分:1
-
Matlabmontecarloniuniuniu
用MATLAB编写的蒙特卡罗算法,用于检测光子成象.非常不错,大牛编写!!!!开发环境:MATLAB(using MATLAB Monte Carlo algorithm for detecting photon imaging. Very good. large cattle prepared! ! ! ! Development environment : MATLAB)
- 2021-04-09 15:08:59下载
- 积分: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
-
aFIR
基于matlab进行语音信号的处理 基于matlab(Based on voice signal processing matlab matlab-based)
- 2011-11-11 08:09:55下载
- 积分:1
-
textExtractionRecognition
基于Matlab的图片中文字的识别与提取,仅供学习参考(Matlab based on the identification and extraction of the text in the picture, only to learn reference)
- 2015-04-21 12:17:18下载
- 积分:1
-
粒子
说明: 各种粒子群优化算法,免疫粒子群优化算法,混沌粒子群算法(Various particle swarm optimization algorithms, immune particle swarm optimization algorithm, chaotic particle swarm optimization algorithm)
- 2021-04-11 10:48:58下载
- 积分:1
-
xinBY
提取了matlab中的edge函数的部分功能(Extracted in the edge function matlab some functions)
- 2009-12-09 18:18:21下载
- 积分:1
-
TU
说明: 产生TU信道,可自行设置参数,支持MIMO功能(create TU channel,can set your own parameter,support MIMO)
- 2013-08-14 14:59:30下载
- 积分:1
-
Matlab-file-operations-command
详细介绍了matlab与文件操作相关的语句用法(Detailed description of the matlab file operations associated with the usage of the phrase)
- 2013-08-31 21:58:00下载
- 积分:1
-
TimeDelay
风电混沌序列时间延迟的计算,经证实简单有效(Wind the calculation of time delay chaotic sequence, proved to be simple and effective)
- 2014-09-25 10:51:17下载
- 积分:1