-
hw1
eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e * 2
else e = e / 2
hw1(e)
end
eps = e (eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e* 2
else e = e/2
hw1(e)
end
eps = e )
- 2010-01-19 20:38:10下载
- 积分:1
-
基于输出跟随的模型参考自适应控制程序
基于输出参考的模型自适应控制程序,基于输出参考的模型自适应程序(Direct Model Reference Adaptive Control Based on RBF Network)
- 2020-11-22 15:29:37下载
- 积分:1
-
图象增强
该程序首先利用小波变换,然后过滤噪音,最终实现图象边缘效果增强的功能(the procedure using wavelet transform, and then filter the noise, and eventually realizing Edge effects enhanced functionality)
- 2005-04-16 19:56:49下载
- 积分:1
-
pratial-metheds-of-optimiazation
详细地介绍了各类常见的优化算法,以及其相应的matlab程序。(Detailed description of the common optimization algorithms, as well as the corresponding matlab program.)
- 2012-11-04 21:18:42下载
- 积分:1
-
9-chapter
MATLAB GUI设计学习手记(第二版)源程序
第9章
本书推荐的学习方法:
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 learning methods recommended in Chapter 9 of the book: 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:38:07下载
- 积分:1
-
femTriangularMesh
The function femTriangularMeshGenerator() generates triangular mesh for a rectangular shape structure for Finite Element analysis.
The outputs are:
coords = x and y coordinates of each element nodes
cT = nodal connectivity
nNodes = Number of nodes
The inputs are:
Lx = width of the rectangular structure
Ly = Height of the rectangular structure
Nx = Number of divisions on x- axis
NE = Number of elements
The example generates 144 elements for a rectangular structure given a dimension 10units by 10units with respect to 8 divisions on x-axis.
- 2012-10-11 19:45:21下载
- 积分:1
-
jackcheng
搜索图像的重心 用matlab编的 可以参考参考(The focus of the search images for use in matlab)
- 2009-07-11 10:39:48下载
- 积分:1
-
pin
matlab的一个pin程序,具体内容呵呵,自愿下载哈,本人自己认真书写的。谢谢(Matlab a pin, specific content ha ha, willing to download ah, herself carefully written. thank you)
- 2013-03-10 23:04:59下载
- 积分:1
-
DBSCAN
实现基于密度的聚类算法,可以处理噪声数据,效果好(density-based clustering)
- 2011-12-30 13:36:16下载
- 积分:1
-
stepLMSalgoWeight
Matlab of LMS for weigthing
- 2014-12-17 01:22:25下载
- 积分:1