-
bp_moni
本例研究利用Matlab工具箱的BP网络仿真某系统故障的预测,假设3个故障的样本分别为(1 1 0), (0 1 1)(1 0 1), 3个故障分别编码为(1 0), (0 1), (1 1),下面利用BP工具函数设计网络,用自适应学习率算法进行BP的设计、训练和仿真。(cases using the Matlab toolbox BP network simulation of a system fault forecast Assuming three fault samples were (1 1 0), (0 1 1) (1 0 1) three failures were coded as (1 0), (0), (1), below BP network design tool function, Adaptive learning rate BP algorithm design, simulation and training.)
- 2007-04-18 09:13:48下载
- 积分:1
-
mxiaobo
小波分析的基本理论,内容全面,包括matlab实现小波分析的实例和源代码,适合学习小波分析和研究。(The basic theory of wavelet analysis is comprehensive, including examples and source code matlab wavelet analysis, the suitable learning wavelet analysis and research.)
- 2013-03-22 16:29:29下载
- 积分: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
-
cubic_subdiv
Subdivision interpolation using cubic B-spline wavelet.
- 2014-11-09 19:39:09下载
- 积分:1
-
matlab-help
MATLAB 中文 帮助 菜单(交互式窗口界面) (MATLAB Chinese Help menu (interactive window interface))
- 2013-09-24 00:55:08下载
- 积分:1
-
MATLAB
MATLAB写的时尚创作一百多例子,matlab在这方面还是很强大的(MATLAB written more than one hundred examples of creative fashion, matlab in this area is still very strong)
- 2015-03-01 10:53:52下载
- 积分:1
-
kmeansgray
K-means algorithm for gray-scale images. Implemented on MATLAB for segmentation.
- 2011-05-08 19:16:26下载
- 积分:1
-
meshfree
清华大学张雄网格法书中程序,MATLAB版本,均经过测试。助你快速掌握并应用无网格法(Tsinghua University, Zhang Xiong grid method book programs, MATLAB version, are tested. Help you quickly grasp and apply the no-grid method)
- 2010-05-27 16:11:13下载
- 积分:1
-
sv_from_coe
把轨道根数转移到对应的状态向量,在轨道中很常用。(The orbital elements are transferred to the state vector)
- 2012-07-22 22:10:12下载
- 积分:1
-
Ant-colony-algorithm-based-on-MATLAB
通过matlab仿真和验证蚁群算法在PCB板检测时路径的优化问题。附带蚁群算法代码以及仿真结果。(Through MATLAB simulation and validation of ant colony algorithm in PCB plate detection route optimization problem.thisfile include ant colony algorithm codes and simulation results.)
- 2012-08-30 21:48:56下载
- 积分:1