-
policyi
如何用matlab实现MDP中的值迭代算法或者策略迭代法(Markov decision process value iteration algorithm value iteration)
- 2013-11-18 14:51:08下载
- 积分:1
-
MATLAB-4_fortor
建立了四旋翼的数学模型,在此基础上利用simulink搭建了四旋翼的模型和电机的模型,搭建了内环姿态控制器和外环位置控制器,实现了四旋翼控制的MATLAB仿真程序(The mathematical model of four-rotor, and on this basis to build a simulink model and use the model four-rotor motor, built inner and outer attitude controller position controller, MATLAB simulation program to achieve a four-rotor control)
- 2017-04-19 04:23:41下载
- 积分:1
-
ALM
本程序主要是用于求解目标函数的凸优化问题。(This procedure is mainly used to solve the objective function of the convex optimization problem.)
- 2016-09-30 17:01:16下载
- 积分: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
-
Galton
用matlab实现带有动画演示的加尔顿顶板演示,第一次matlab实验。(Using matlab to achieve with the roof加尔顿Animation presentation of the first experiment matlab.)
- 2009-04-16 20:29:19下载
- 积分:1
-
zh
说明: 多变量内模模糊控制程序,将内模控制与模糊控制结合起来,实现更好的控制效果。(Multi-variable fuzzy internal model control procedures, the internal model control and fuzzy control combined to achieve a better control effect.)
- 2009-11-19 09:06:41下载
- 积分:1
-
optim
matlab最优化工具箱 (Matlab Toolbox Matlab Optimization Optimization Toolbox)
- 2006-05-28 10:13:54下载
- 积分:1
-
orl_faces
人脸识别经典程序,包括模式识别的全部过程(Classical Face Recognition procedures, including the whole process of pattern recognition)
- 2011-04-30 11:53:31下载
- 积分:1
-
mpc_siso
Model Predictive Control for SISO system
- 2011-08-19 17:04:13下载
- 积分:1
-
A1_7
mathews数值分析书的源代码,用matlab编写,第一章第七部分。(mathews numerical analysis of the book' s source code, using matlab, the first chapter of Part VII.)
- 2011-10-20 10:22:47下载
- 积分:1