-
ex4
说明: 建立主成分分析和因子分析界面,对给定的随机数据进行主成分分析和因子分析(Establishment of principal component analysis and factor analysis interface for a given random data principal component analysis and factor analysis)
- 2011-03-23 13:50:43下载
- 积分:1
-
xianxingguihuayuwuyuesuyouhua
用数学软件包MATLAB求解线性规划问题,用数学软件包LINDO、LINGO求解线性规划问题,建模案例:投资的收益与风险.(Solve linear programming problems using the mathematical package MATLAB mathematical software package LINDO, LINGO solve linear programming problems, modeling case: benefits and risks of investment.)
- 2012-05-03 07:27:40下载
- 积分:1
-
tank3
容器液面位置模糊控制系统,包含隶属函数及法则,用于matlab中模糊控制器(Container surface location of fuzzy control system, including the membership functions and rules for the fuzzy controller in matlab)
- 2012-08-10 12:30:45下载
- 积分:1
-
findUtmZone
输入经度,纬度坐标,输出该坐标所在的通用横墨卡托格网系统坐标(input latitude, longitude, output universal transverse mercartor zone coordinates)
- 2012-03-28 01:54:39下载
- 积分:1
-
Routing
routing path,
shortest path of routing code and it is very help for routing algorithms
- 2012-06-06 00:04:41下载
- 积分:1
-
14
说明: 案例为运用最优控制理论,实现对汽车自动控制。运用matlab、simulink仿真实现。(Case for the use of optimal control theory, to achieve automatic control of the car. Using matlab, simulink simulation.)
- 2013-09-29 17:18:45下载
- 积分:1
-
subme_1.6_0
matlab motion estimation
- 2013-10-06 23:15:34下载
- 积分: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
-
pde5
partial differential equation 5 matlab
- 2010-02-06 01:02:56下载
- 积分:1
-
123124
matlab程序设计的符号设计,有利于初学者了解MATLAB的编程思想与方法,使初学者快速入门(Matlab programming symbol design, be helpful for beginners to learn matlab programming thought and method, make the beginner quick start)
- 2014-10-29 19:51:20下载
- 积分:1