-
jisuanfangfa
说明: 基于Matlab的计算方法中常用的算法程序,包括高斯消去等(Based on the calculation of Matlab algorithms commonly used in procedures, including Gaussian elimination, etc.)
- 2008-10-24 19:11:14下载
- 积分:1
-
zuixiaoercheng
说明: 利用最小二乘原理建立了趋势项的一般模型,并利用MATLAB软件强大的矩阵计算功能,对一个含有非线性趋势项的周期信号进行了趋势项消除,并得到了预期效果。(Using the least squares principle to establish a trend term, the general model and the use of MATLAB software is powerful matrix calculation function, for a linear trend term with periodic signals the trend for elimination, and get the desired effect.
)
- 2011-04-06 10:50:28下载
- 积分:1
-
xiandaituxiangchuli
现代图像处理技术及Matlab实现,介绍了一些matlab用法(modern image processing technology and Matlab, introduced the use of Matlab)
- 2007-03-14 17:54:28下载
- 积分:1
-
1-chapter
MATLAB GUI设计学习手记(第二版)源程序 第1章
本书推荐的学习方法:
1)若您是一个MATLAB初学者,且有充裕的时间来学习GUI设计,您可以从本书的第1章开始循序渐进地学习。
2)若您是一位MATLAB初学者,且时间非常紧迫,建议您先学好第1章,然后依次学习第4章、第5章和第6章,其他章节请根据项目需要有选择性地学习。
3)若您已经掌握了MATLAB的基础语法知识,有一定的MATLAB编程基础,也请浏览一下第1章的内容,尤其是专题分析部分。然后先学习本书第4、5和6章,其他章节请根据项目需要有选择性地学习。
4)若您是一位MATLAB GUI方面的专家或老师,您可以将本书作为一本教学的参考书,本书内容全面、讲解详实、代码精炼,是不可多得的GUI宝典。
(MATLAB GUI design learning Hearts (second edition) source Chapter 1 book recommended learning methods: 1) If you are a MATLAB beginners, and there is plenty of time to learn GUI design, you can start from Chapter 1 of the book The step-by-step learning. 2) If you are a MATLAB beginners, and the time is very tight, it is recommended that you first learn to Chapter 1, followed by learning Chapter 4, Chapter 5 and Chapter 6, in other sections based on project needs selective learning . 3) If you have mastered the basic grammar of the MATLAB, the MATLAB Programming Fundamentals, please visit the Chapter 1, in particular thematic analysis section. First learning book chapters 4, 5 and 6, then the other chapters selective learning based on project needs. 4) If you are an expert or teacher of a MATLAB GUI, you can book as a teaching reference books, the book is comprehensive, explain the detailed, refined code, is a rare GUI canon.)
- 2012-11-15 18:26:06下载
- 积分:1
-
MATLAB
说明: MATLAB编程用两种方法模拟光学实验.单缝衍射、杨氏双缝干涉、黑白光栅衍射的计算机模拟;以及用傅立叶变换方法对简单孔径衍射、黑白光栅及正弦光栅夫琅和费衍射的模拟(MATLAB program to simulate the optical in two experiments. Single slit diffraction, Young' s double slit, diffraction grating computer simulation of black and white and Fourier transform method with a simple aperture diffraction, black and white grating and sinusoidal grating Fraunhofer diffraction simulation)
- 2011-03-10 08:04:26下载
- 积分:1
-
imQuery
图像检索与查询,实现图像的检索与查询,用matlab编程实现,其中含有图片。(image retrieval)
- 2011-04-24 10:46:54下载
- 积分:1
-
Distortion_Less_Data_Hiding_Embedding
Distortionless DAta hiding embedder
- 2013-04-10 04:27:28下载
- 积分:1
-
2ASK
说明: 根据随机给出的二进制信号进行统2ASK调制,画出各个阶段的波形.(According to random binary signals given 2ASK modulation system, draw the various stages of waveform.)
- 2010-05-03 13:44:40下载
- 积分:1
-
otsu
OTSU Gray-level image segmentation using Otsu s method.
Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes
by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection
Method from Gray-Level Histograms, IEEE Trans. Syst. Man Cybern.
9:62-66 1979). Thresholds are computed to maximize a separability
criterion of the resultant classes in gray levels.
OTSU(I) is equivalent to OTSU(I,2). By default, n=2 and the
corresponding Iseg is therefore a binary image. The pixel values for
Iseg are [0 1] if n=2, [0 0.5 1] if n=3, [0 0.333 0.666 1] if n=4, ...
[Iseg,sep] = OTSU(I,n) returns the value (sep) of the separability
criterion within the range [0 1]. Zero is obtained only with images
having less than n gray level, whereas one (optimal value) is obtained
only with n-valued images.
- 2009-03-17 17:57:51下载
- 积分:1
-
binary-anti-collision
对二进制传统搜索算法及二叉树和四叉树的混合算法进行了matlab程序仿真(Binary search algorithm and mixed traditional binary and quad-tree algorithm were matlab simulation program)
- 2020-12-31 16:18:59下载
- 积分:1