搜索资源列表
RGB2Lab
- 将图片从RGB空间转换到Lab空间的Matlab文件-The image from the RGB space is transformed into Lab space Matlab files
matlab
- m a t l a b 编 程 实 例!-matlab program
lyapunov
- Lyapunov exponent calcullation for ODE-system. The alogrithm employed in this m-file for determining Lyapunov exponents was proposed in A. Wolf, J. B. Swift, H. L. Swinney, and J. A. Vastano, "Determining Lyapunov Exponents from a Time Series," Physi
liushuixian
- 经典的流水线加工问题的仿真模型 在matlab命令窗口中输入yige(a,b,r,l) a表示工件的长,b表示工件的宽 r表示弯道半径 l表示两个工件之间的距离-as described above
matlab-drawing-course
- M AT L A B拥有大量简单、灵活、易用的二维和三维图形绘图命令,本教程用于学习MATLAB 绘图。-M AT LAB has a large number of simple, flexible, easy to use two-dimensional and three-dimensional graphics drawing commands, the tutorial for learning MATLAB graphics.
work
- sr的编程实现!!!在matlab的编程环境下实现!应用的蒙塔库塔算法-sr m a t l a b m a t l a b
textbook-of-MATLAB
- Matlab入门介绍电子教程:MAT L A B能做什么-textbook of matlab
MATLAB-environment-voice-recognition
- 介绍了一种基于 MA T L A B的多个特定人连接词语音识别的方法,并提出了在进行端点检测时,引入平均的概念能进一 步提高识别率。 此设计是以 L P C C系数、 D T W 算法为核心的基于图形界面的设计。 通过大量的实验测试 ,表明该方法基本达 到屏蔽外界环境的影响 , 具有非常高的精度识别-: In this paper based on a number of specific persons MA TLAB conjunctions speech recognition
Hand-Gesture-Recognition
- Hand Gesture Recognition NOTES: 1) For the details of the algorithm investigate the following images: -AlgorithmOverall.jpg -MKRoDAlgorithm.jpg 2) The prototype is implemented on MATLAB 7.0 and revised in MATLAB 7.10.0 3) The backgroun
pcm_quan_enco
- file Matlab abc xyz a b c d e f x y z d h i k l m n s
FFtqujixian
- 一个简单的matlab程序。作用是用快速傅里叶变换(FFT),对心电信号去基线漂移。传统的去基线漂移方法没有提到FFt,只不过效果的确不太好。-Translate From: Chinese To: English ChineseEnglishSpanishTranslate text or webpage 一个简单的matlab程序。作用是用快速傅里叶变换(FFT),对心电信号去基线漂移。传统的去基线漂移方法没有提到FFt,只不过效果的确不太好。 Allow phoneti
ques9
- Write MATLAB code that will do the following. (a) Import a RGB image and display all planes in individual colours. (b) Convert RGB HSI and HSI RGB. (c) Perform adaptive histogram using RGB and HSI image. (d) Manipulate image bri
WFMC
- 文章全名为“writing fast matlab code”,全英易懂。高 效 的M a t l a b 编 程 , 可优化针对大 数 据 量 的 处 理 及 运 算的程序-The full name of the article " writing
matlab-example
- Image Processing With Matlab A p p l i c a t i o n s in M e d i c i n e a n d B i o l o g y
Source-codes-of-IF-ABC-algorithm
- 是蛋白质二级结构优化(基于2维度非晶格模型)的优化代码,可直接运行,算法书写简单,高中生都能看懂。唯独一点,必须引用我们的两篇论文,否则算侵犯版权。- descr iption : A self-organized matlab m file for protein structure optimization using 2D off-lattice model and ABC algorithm. Users MUST cite t
fc
- a*x+b*y+c*z=d e*x+f*y+g*z=h i*x+j*y+k*z=l 其中,a, b, ..., l 分别为一纵向数列,每列数列共100行,求x, y, z值? 各x, y, z值也分别为100行1列数组-Matlab to solve the three yuan a equations
Function y
- 使用迭代算法xk^-1=B*x^k+f,其中B=D^-1*(L+U)=I-D^-1*A,f=D^-1*b。(Use iterative algorithms calculate solve the linear equation)