-
65432345
Applied Software Measurements by Jones, this is a very good textbook for software engineering
- 2010-09-26 09:45:10下载
- 积分:1
-
matlab-gui
matlab gui的基本应用代码,可以让你对GUI的功能有基本的了解(matlab gui application code that allows you to have a basic understanding of the functionality of the GUI)
- 2013-02-13 17:10:40下载
- 积分:1
-
New-Fuzzy-nNetwork-design-using-Genetic-Algorithm
In this paper a Conventional PD Controller and Fuzzy Neural Controller for trajectory tracking of mobile robot
platform is presented. Using computed torque method is given input- torque on mobile robot wheels. The
locomotion control structure is based on integration of kinematics and dynamics model of mobile robot base.
The proposed Control scheme and Fuzzy Neural Algorithm could be useful for building an autonomous non-destructive testing system based on wheeled mobile robot. Fuzzy Neural Network-Rule base, is optimized using
Genetic Algorithm. Simulations are done using Matlab software.
Key words:Mobile Robot, Conventional, Fuzzy Logic, Neural Network, Genetic Algorithm, trajectory tracking,
- 2013-11-19 14:52:08下载
- 积分:1
-
MATLABexercise50
此文档是战胜MATLAB的50个练习题,欢迎读者下载并练习(This document is over 50 exercises MATLAB welcome readers to download and practice)
- 2010-09-30 15:51:45下载
- 积分:1
-
power_transfohyst
power_transfohyst.rar,功率电子领域matlab仿真文件,已经验证过,程序运行正常(power_transfohyst.rar,Power electronics field matlab simulation file, has already been verified, the normal operating procedures)
- 2013-08-26 22:15:50下载
- 积分:1
-
2221
Development of a Self-Tuning TSK-Fuzzy Speed
Control Strategy for Switched Reluctance Motor
- 2013-07-28 17:36:32下载
- 积分:1
-
Ethereal
本Ethereal过滤规则语法规则,并附有相关命令。(This article introduced the Ethereal filtering rules gauge method, and related commands.)
- 2013-11-15 16:04:15下载
- 积分:1
-
MATLAB智能算法30个案例分析 源代码
matlab的30个人工智能例程 案例
网课对应资源,涉及遗传算法,模拟退火蚁群等算法(v30 cases of artificial intelligence routines in MATLAB
Network course corresponding resources, involving genetic algorithm, simulated annealing ant colony algorithm, etc.)
- 2021-04-13 23:18:55下载
- 积分:1
-
nihe
matlab的拟合工具包,很是好用
有课件,以及相关的源码等等~()
- 2007-09-19 18:30:21下载
- 积分:1
-
tlabel
This program places dates on time axis as DATETICK and works with ZOOM and PAN as DATETICKZOOM by Christophe Lauwerys. But, it also shows the full date after zooming or panning by using the ticks and time-axis label. So, if you zoom in down to second, you won t loose "when" you are.
The input arguments are equal to those of DATETICK function, but if more than one axis handle is specified, they all will be LINKED!
Also, some other options are available, for example, the use of LOCAL LANGUAGE for the months (default), or the use of an specific date format: DD HH:MM SS.FFF for example.
Besides, sometimes with DATETICK you don t get optimal results. This program (try to) fix this problem.
Just use it after some plot function with days (see DATENUM) in one of his axis (time-axis):
t = linspace(0,1) + now
x = rand(size(t))
plot(t,x)
axis tight
tlabel <----
Enjoy it!
Bugs reports and suggestions will be very appreciated!
(This program places dates on time axis as DATETICK and works with ZOOM and PAN as DATETICKZOOM by Christophe Lauwerys. But, it also shows the full date after zooming or panning by using the ticks and time-axis label. So, if you zoom in down to second, you won t loose "when" you are.
The input arguments are equal to those of DATETICK function, but if more than one axis handle is specified, they all will be LINKED!
Also, some other options are available, for example, the use of LOCAL LANGUAGE for the months (default), or the use of an specific date format: DD HH:MM SS.FFF for example.
Besides, sometimes with DATETICK you don t get optimal results. This program (try to) fix this problem.
Just use it after some plot function with days (see DATENUM) in one of his axis (time-axis):
t = linspace(0,1)+ now
x = rand(size(t))
plot(t,x)
axis tight
tlabel <----
Enjoy it!
Bugs reports and suggestions will be very appreciated!
)
- 2009-10-05 21:46:23下载
- 积分:1