-
work
一副图可视为一个矩阵,将其分成上线两部分,然后用矩阵的合并实现两个图简单拼接。目的主要使新手熟悉matlab的这种图形处理方法。(A diagram can be regarded as a matrix, to be divided into on-line in two parts, and then use the matrix of the merger of two diagrams simple splicing. The main purpose of the novice familiar with Matlab this graphical approach.)
- 2012-05-23 23:10:49下载
- 积分:1
-
main
基本粒子群算法源代码及解析,解析非常详细(The particle swarm algorithm source code and resolve a very detailed, analytical)
- 2012-05-27 19:06:01下载
- 积分:1
-
SpreadSheet
写一个GUI程序,能打开和保存.csv文件,能以表格的形式显示.csv的数据,并且能修改每个单元的 值。(Write a GUI program that can open and save. Csv file can be displayed in tabular form. Csv data, and can modify the value of each unit.)
- 2014-01-05 16:11:07下载
- 积分:1
-
use-matlab-to-draw-3Dfigure
如何应用matlab画三维图以及相关的例子说明(how to use matlab to draw 3Dfigure)
- 2011-06-14 16:26:49下载
- 积分:1
-
detection
QR二维码精定位,通过探测三个位置探测图形获得三个坐标,定位准确率90%左右。(QR code precise positioning, through the detection of 3 position detection patterns and then get 3 points, the recognition accuracy is about 90%.)
- 2019-03-11 10:44:20下载
- 积分:1
-
superviewshed
Superviewshed将计算所引用的地形和目标给予高度观察员矩阵洛杉矶分校。此外,标准的最低高度的地形观察将输出。运行约16倍视域。
(Superviewshed will calculate LOS of a referenced terrain matrices given observer and target altitudes. In addition, the standard minimum height observable of the terrain will be output. Runs approximately 16 times faster than viewshed.)
- 2011-05-23 11:14:13下载
- 积分:1
-
matlab-codes
describe how to generate OFDM signal,but do not add interval
- 2013-10-28 17:03:56下载
- 积分:1
-
genetic-algorithm
基于艾德尔菲大学的遗传工具箱具体应用指导,非常详细(Application specific instruction genetic toolbox based on Edel Faye University, very detailed)
- 2013-11-08 19:58:49下载
- 积分: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
-
matlab
P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 (P0301: the display of digital image data matrix and Fourier transform P0302: two-dimensional discrete cosine transform image compression)
- 2010-12-24 21:45:09下载
- 积分:1