-
busroutechooseMATLAB
巴士路线选择,MATLAB程序设计,多种函数实现方式,有原理介绍pdf(Choices of bus routes, MATLAB programming, a variety of function implementations, there are principles of description pdf)
- 2010-08-18 12:19:54下载
- 积分:1
-
MATLAB_txtx
内容为《MATLAB实用指南系列》各书用到的部分程序。包含MATLAB_syjc,MATLAB_gcsx,MATLAB_txtx,MATLAB_gjbc等4个目录。
MATLAB_syjc目录下为《MATLAB实用教程》用到的部分程序。
MATLAB_gcsx目录下为《MATLAB工程数学》用到的部分程序。
MATLAB_txtx目录下为《MATLAB图形图像》用到的部分程序。
MATLAB_gjbc目录下为《MATLAB高级编程》用到的部分程序。
所有程序均通过调试。环境为MATLAB 7.0, Visual Basic 6.0, Visual C++ 6.0, Excel 2000, SPSS 12.0, Windows 2000。(Says " MATLAB Practical Guide Series" of the book used some of the procedures. Contains MATLAB_syjc, MATLAB_gcsx, MATLAB_txtx, MATLAB_gjbc directory, etc. 4. MATLAB_syjc directory for " MATLAB Practical Guide," used some of the procedures. MATLAB_gcsx directory for " MATLAB Engineering Mathematics" used in some of the procedures. MATLAB_txtx directory for " MATLAB graphics images" used in some of the procedures. MATLAB_gjbc directory for " MATLAB high-level programming" used some of the procedures. All through the debugging process. Environment MATLAB 7.0, Visual Basic 6.0, Visual C++ 6.0, Excel 2000, SPSS 12.0, Windows 2000.)
- 2009-05-10 12:45:28下载
- 积分:1
-
2ndYearProject
This is my 2 nd year project - work flow engine, implemented to manage the emplyment at company.
- 2010-03-03 08:25:05下载
- 积分:1
-
boostpv
光顾阵列 最大功率跟踪 光伏电池模型 MPPT 建模 matlab(Patronize array Maximum Power Point Tracking MPPT PV model modeling matlab)
- 2011-04-25 22:00:12下载
- 积分:1
-
piecewise-linear
Digital image processing, polygonal approximation piecewise-linear method
- 2011-05-21 00:34:12下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
Plate
车牌定位Matlab程序,可以实现汽车车牌的定位。(License plate location Matlab program, you can achieve the positioning of vehicle license plates.)
- 2015-02-06 11:49:19下载
- 积分:1
-
wiezirrn
欢迎大家下载学习,包括最小二乘法、SVM、神经网络、1_k近邻法,基于chebyshev的水声信号分析,课程设计时编写的matlab程序代码,基于欧几里得距离的聚类分析,模式识别中的bayes判别分析算法,包括脚本文件和函数文件形式。( Welcome to download the study, Including the least squares method, the SVM, neural networks, 1 _k neighbor method, Based chebyshev underwater acoustic signal analysis, Course designed to prepare the matlab program code, Clustering analysis based on Euclidean distance, Pattern Recognition bayes discriminant analysis algorithm, Including script files and function files in the form.)
- 2016-04-10 10:32:32下载
- 积分:1
-
reconstruction-of-state-space
说明: 混沌系统的相空间重构,可用于分析庞加莱截面(reconstruction of state space)
- 2011-04-02 14:44:29下载
- 积分:1
-
js
说明: 利用有限单元方法,采用三角形剖分,来求解场值(Finite element method, using triangulation to solve the field value)
- 2011-07-06 16:40:31下载
- 积分:1