-
WMP_activex_in_matlab
How to run windows media player activex in matlab
- 2010-09-02 13:48:42下载
- 积分:1
-
Matlab-API-interface-technology
一个ppt课件,讲述了Matlab的API接口技术(Ppt courseware, about Matlab API interface technology)
- 2013-03-08 16:34:13下载
- 积分:1
-
Untitled_ex
it is useful to my research work
- 2013-12-21 13:51:08下载
- 积分:1
-
YALL1_Group_20120223
用于求解组稀疏的matlab代码,可以设置系数为非负。也可以设置分组是否为重叠。(This is a solver for
(1) group-sparse basis pursuit model:
minimize sum_i w_i*||x_{gi}||_2
subject to Ax = b,
x >= 0 (optional),)
- 2021-03-02 14:19:34下载
- 积分:1
-
m12_5
神经网络模型辨识及其MATLAB实现范例(Neural network model identification and implementation examples of MATLAB)
- 2009-03-12 11:07:18下载
- 积分:1
-
MATLAByuchekongzhi
针对工业控制过程中的实际问题,对神经网络预测控制进行了深入的研究,提出
了两种新的智能预测控制算法。并结合混合仿真平台,以平台中非线性单变量与多变量系
统为控制对象,将部分算法应用于实际控制中。(For industrial control in the process of practical problems, neural network predictive control of an in-depth research, we propose two new intelligent predictive control algorithm. Combined with hybrid simulation platform to platform non-linear single-variable and multi-variable system for the control of objects, some of the actual control algorithm is applied.)
- 2008-08-22 09:04:55下载
- 积分:1
-
ls
说明: Arnijo准则非精确搜索程序,可以作为其他优化程序的子程序调用(Arnijo guidelines inexact search program, you can call a subroutine other optimization procedures)
- 2013-12-31 21:36:32下载
- 积分:1
-
cameras_t
License Plate Recognition identifiable license plates of various mainland, including the blue card and card, yellow card and white card, black card to identify them from Hong Kong, Macao plate yellow card to identify the single-row yellow plates, large car number plates and motorcycle license white card can be identified, including a police vehicle, the armed police and military license plates.
- 2010-02-11 01:38:56下载
- 积分: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
-
ldpc802.16
在802.16e的系统中,仿真分析AWGN,瑞利衰落信道中的LDPC码的性能。程序中包括编译码的程序。(In 802.16e systems, simulation analysis AWGN, Rayleigh fading channel the performance of LDPC codes. Program, including encoding and decoding process.)
- 2021-03-13 09:09:24下载
- 积分:1