-
fuzzy
模糊数学在聚类分析中的作用(matlab代码)(Fuzzy clustering analysis of the role in the (matlab code))
- 2013-08-22 14:51:18下载
- 积分:1
-
convolutional
convolutional source code
- 2012-09-07 13:05:18下载
- 积分:1
-
SA
模拟退火算法,解决旅行最短路径问题,matlab程序(Simulated annealing algorithm to solve traveling the shortest path problem, matlab program)
- 2013-12-06 15:16:50下载
- 积分:1
-
车牌识别系统MATLAB源代码完整
说明: clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_Id(file);%得到file中的所有对象 Img = imread(file);%根据路径和文件名读取图片到Img [Plate, bw, Loc] = Pre_Process(Img); % 车牌区域预处理 result = Plate_Process(Plate, id); % 车牌区域二值化处理 % 寻找连续有文字的块,若长度大于某阈值,则认为该块有两个字符组成,需要分割 bw = Segmation(result); words = Main_Process(bw); % 主流程处理 Write_Mask(words, id); % 写出到模板库 str = Pattern_Recognition(words); % 识别(Mike is a student. He is my good friend. He is busy at the weekend. He is going to read a magazine this Saturday morning. He is going to go to the zoo this Saturday afternoon. He is going to buy a book this Sunday morning. He is going to learn Kungfu this Sunday afternoon. He is going to watch TV this Sunday evening.)
- 2017-08-13 02:35:37下载
- 积分:1
-
histw
An alternative to Matlab s HIST, function HISTW prevents extreme values in top and bottom percentiles of an input vector affecting the histogram s scaling, obscuring location and shape of the distribution s main mass. Limits of x and y (maximum only) axes can be set, and a marker line drawn at given x position. In contrast to HIST, bin size can be explicitly specified, and relative, rather than absolute, frequencies are plotted.
- 2007-07-14 17:23:47下载
- 积分:1
-
RMS
周期信号有效值算法,取半周期进行计算,采用matlab s函数编写(Periodic signal RMS algorithm, take half cycle is calculated using matlab s function)
- 2021-03-11 23:19:25下载
- 积分:1
-
CFD2_lc
有限体积法求解一维欧拉方程,有助于理解近似黎曼解的概念(Finite volume method for solving one-dimensional Euler equations, contribute to an understanding of the concept of approximate Riemann solutions)
- 2007-09-10 14:19:21下载
- 积分:1
-
itemView
这是点菜机的服务晨曦 ,还有一个是点菜机的客户机程序,你可以下载(this is a program of serving ,there is another program if you arm interest)
- 2009-12-06 20:59:05下载
- 积分:1
-
case14
本程序采用的是基于matlab的PQ分解法潮流计算,程序主要分为三个部分:第一部分用于生成系统的节点导纳矩阵。第二部分主要进行潮流系统的迭代运算。第三部分主要用于对程序最后输出结果的计算,如电压的幅值,相角,功率分布等。(This procedure is used in matlab the PQ decomposition method based on flow calculation, the program is divided into three parts: The first part of the node admittance matrix used to generate the system. The second part of the iteration trend system. The third part is mainly used for the calculation of the final output of the program, such as the amplitude of the voltage, phase angle, power distribution.)
- 2016-04-27 10:05:18下载
- 积分:1
-
MATLAB
MATLAB中单位阶跃信号和单位阶跃序列的产生程序(MATLAB in the unit step signal and the unit step sequence generation program)
- 2010-10-25 12:51:39下载
- 积分:1