-
1
说明: 在命令窗输入如下内容就得到图形了:
[t,x]=ode45( godhua ,[0,10],[0,0,0,1])
subplot(131) plot(t,x(:,4)) xlabel( t ) ylabel( y )
subplot(132) plot(t,x(:,1)) xlabel( t ) ylabel( v )
subplot(133) plot(t,x(:,2)) xlabel( t ) ylabel( \theta ) (At the command window type the following content to be the graphics: [t, x] = ode45 (godhua, [0,10], [0,0,0,1]) subplot (131) plot (t, x (:, 4 )) xlabel (t) ylabel (y) subplot (132) plot (t, x (:, 1)) xlabel (t) ylabel (v) subplot (133) plot (t, x (:, 2)) xlabel ( t) ylabel (heta))
- 2007-12-09 20:16:04下载
- 积分:1
-
trackingbasedonkalmanfilter
基于卡尔曼滤波的目标跟踪,里面附有例子说明。(Kalman filter-based target tracking, with examples to illustrate it.)
- 2009-04-23 19:16:40下载
- 积分:1
-
grnn
广义神经网络在预测中有广泛的应用,参数设置简单,值得学习。(Generalized neural network is widely used in the forecast, the parameter setting is simple, it is worth learning.)
- 2014-10-27 20:46:22下载
- 积分:1
-
matlab-100-examples
matlab 100个小程序的示范例子,有界面的输入,交互性不错。(demonstration examples Matlab 100 small programs, interface input, good interactivity.)
- 2013-03-21 16:34:10下载
- 积分:1
-
Matlab
说明: matlab入门的基础知识,很好用的,看完后你就懂了(Introduction to the basics of matlab, very good use, you will get it after reading)
- 2010-04-27 01:48:03下载
- 积分:1
-
quickparticleswarm
改进粒子群算法。较好的全局收敛性。较快的速度。(Improvement of Particle Swarm Optimization. Better global convergence. Faster speed.)
- 2009-04-29 12:31:32下载
- 积分:1
-
CMOS
matlab中编写的coms摄像头采集图像显示(matlab in the preparation of the coms camera capture image display)
- 2010-11-18 16:41:12下载
- 积分:1
-
chua
蔡氏电路的matlab 实现程序。生成x-y-z相图,时间序列图等。(Chua' s circuit matlab program. Generate the xyz phase diagrams, time sequence diagram.)
- 2013-04-17 16:20:47下载
- 积分:1
-
paike
matlab遗传算法,一个排课程序的例子(matlab genetic algorithm, a course scheduling program example)
- 2020-11-04 20:49:53下载
- 积分:1
-
moshishibie
很经典的国外模式识别教材MATLAB例程(Classic pattern recognition of foreign materials MATLAB routines)
- 2008-07-09 16:30:52下载
- 积分:1