-
simscape
说明: matlab 应用举例(Application examples matlab)
- 2010-05-04 10:14:49下载
- 积分:1
-
codes
this code in used in neural network mlp with back propagation training algorithm and geradian descends algorithm for optimization.in some of this codes I used full propagation algorithm or mlp one layer or two layer with different activation function.this code can be use for prediction or control system by useing neural networks.
- 2013-11-28 02:31:46下载
- 积分: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
-
Beamfrequencyequation
悬臂梁频率方程计算;将完整模型与损伤模型进行对比分析(Beam frequency equation to the full model were compared with the damage model)
- 2010-09-23 09:10:24下载
- 积分:1
-
UPFCsimulink1
说明: matlab用于电力系统的UPFC控制器仿真程序(matlab for power system simulation program UPFC controller)
- 2008-10-18 21:20:04下载
- 积分:1
-
MATLAB_image
说明: 介绍了常用的MATLAB 图像处理命令,并用实例说明用法(Describes commonly used MATLAB image processing commands, and use examples of usage)
- 2010-04-27 04:22:01下载
- 积分:1
-
zxfj_frame
分解结构振动模态,识别模态参数,将多自由度振动分解为若干单自由度振动的叠加(structural mode decomposition)
- 2020-10-17 12:27:27下载
- 积分:1
-
fcm-MATLAB
FCM,模糊C均值聚类的MATLAB实现(FCM matlab)
- 2014-10-23 09:52:18下载
- 积分:1
-
TFSF FDTD
Total field scattered field with matlab simulations
- 2021-01-12 11:28:48下载
- 积分:1
-
obstacle avoidance
基于人工势场算法的避障算法,包括多机器人避障算法(Obstacle avoidance algorithm based on artificial potential field algorithm, including multi-robot obstacle avoidance algorithm.)
- 2018-03-04 04:44:08下载
- 积分:1