-
sglib-master
Implement and investigate into stochastic Galerkin methods with a special focus on tensor product methods.
- 2015-03-24 23:03:39下载
- 积分:1
-
粒子群优化的梯形水电站优化调度程
粒子群优化的梯形水电站优化调度程序,用粒子群算法优化调度梯级水电站,有详细注释(PSO,Optimal Scheduling of Cascade Hydropower Program)
- 2020-07-05 01:20:02下载
- 积分:1
-
LabelAWatershedImage
对分水岭分割方法的多种标记方法,包括三个matlab文件。(watershed segmentation method for the multiple markers, including three Matlab document.)
- 2007-04-12 09:09:58下载
- 积分:1
-
ObjectProgramming
一本面向工程规划的matlab用书,书中介绍了很多matlab里函数的使用(this book is about a guide to matlab object-oriented programming)
- 2015-03-12 21:17:48下载
- 积分:1
-
Programs-with-Matlab
Programs using Matlab language that can be used as exercices
- 2013-09-28 21:58:05下载
- 积分:1
-
Example4
MATLAB 阻抗计算例子1,很有参考价值。。(MATLAB impedance calculation example 1, a good reference. .)
- 2010-10-01 16:35:49下载
- 积分:1
-
MATLABzuixiaoercheng
用MATLAB实现了最小二乘法,并有较为详尽的注释,望各位赐教(Implemented with MATLAB least squares method, and have more detailed comments, hope you can enlighten)
- 2010-05-10 16:24:40下载
- 积分:1
-
energy_detection_v2
This code plots the receiver operating characteristics (ROC) curve for Rayleigh channel.
- 2015-03-03 06:19:38下载
- 积分: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
-
mtspofs_ga
Matlab script that solves the multiple Travelling Salesman Problem with fixed start points where the salesman do not return to their starting location
- 2009-10-19 15:07:55下载
- 积分:1