-
pid_optimze_guide_simulink_matlab
PID控制器,比较简单,可以作为matlab的GUI界面的教学使用。(PID controller.It is relatively simple, and can be used as the teaching tool of the Matlab GUI interface.)
- 2012-05-28 02:48:54下载
- 积分:1
-
diffra
全息图生成与复现,可以实现全息图的生成与复现,可以参考。(Hologram generation and reproduction, can generate a hologram and reproduction, can refer to.)
- 2011-08-05 00:30:36下载
- 积分:1
-
MTIMTDPD
雷达目标MTI和MTD检测的matlab源代码(radar target dection for MTI and MTD)
- 2020-07-03 02:40:01下载
- 积分:1
-
DeeBNetV2.2
深度置信网络源码,有配合的文档可以参考,详见内容(DBN source code)
- 2020-12-22 17:39:07下载
- 积分:1
-
w_r
用MATLAB编写的加密代码 先将源文件翻译成ASCII码 在对其进行加密(Encrypted code written with MATLAB source file first translated into ASCII code in its encrypted)
- 2010-07-07 16:46:31下载
- 积分:1
-
DigitalSignalProcessingAnditsApplicationInMatlab
是一本Matlab方面入门的好教材,是初学者的最佳选择(Matlab is a good material for aspects of entry is the best choice for beginners)
- 2008-07-09 19:09:26下载
- 积分:1
-
LMI_example
线性矩阵不等式的完整程序,对初学者来说是不错的资料,快下载吧。(LMI complete program for beginners is good information, fast to download it.)
- 2011-04-30 10:36:24下载
- 积分:1
-
MATLAB_R2014a_help_colormapeditor
关于MATLAB画完图后调整颜色云图的帮助文件colormapeditor(the helpful files of MATLAB colormapeditor)
- 2015-04-05 15:44:44下载
- 积分:1
-
FLD人臉辨識
% A sample script, which shows the usage of functions, included in
% FLD-based face recognition system (Fisherface method)
%
% See also: CREATEDATABASE, FISHERFACECORE, RECOGNITION
% Original version by Amir Hossein Omidvarnia, October 2007
%
clear all
clc
close all
% You can customize and fix initial directory paths
TrainDatabasePath = uigetdir(strcat(matlabroot,"work"), "Select training database path" );
TestDatabasePath = uigetdir(strcat(matlabroot,"work"), "Select test database path");
prompt = {"Enter test image name (a number between 1 to 10):"};
dlg_title = "Input of FLD-Based Face Recognition System";
num_lines= 1;
def = {"1"};
TestImage = inputdlg(prompt,dlg_title,num_lines,def);
TestImage = strcat(TestDatabasePath,"",char(TestImage),".jpg");
- 2023-06-14 00:55:09下载
- 积分:1
-
PCA_Nicolas
一个基于PCA_Nicolas的matlab编程,可以实现人脸识别的功能(Based on PCA_Nicolas of matlab programming, face recognition function can be achieved)
- 2010-01-05 09:53:36下载
- 积分:1