-
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
-
ballbeam20110127
beam and ball simulation
- 2011-02-15 16:17:20下载
- 积分:1
-
betweenness
基于MATLAB编程能计算任意个节点的介数(Can calculate the betweenness of any node Based on MATLAB programming)
- 2020-06-26 16:20:01下载
- 积分:1
-
adaptive
关于自适应控制,经过仿真证明可以用,而且比较准确,值得一看。(it is good
)
- 2014-02-10 18:37:21下载
- 积分:1
-
GUI
matlab中GUI的基本操作讲解,让初学者学会怎样使用GUI这一功能。(The basic operation of the GUI matlab explain, let beginners learn how to use the GUI this feature.)
- 2014-02-17 19:55:43下载
- 积分:1
-
LSTVBLAST
文章论述了LST系统vblast检测算法的仿真比较。(This article discusses the LST system vblast Simulation Comparison of detection algorithm.)
- 2010-10-23 01:13:37下载
- 积分:1
-
OFDM_TRail
高斯白噪声信道下的OFDM系统的Matlab仿真(White Gaussian noise channel OFDM system under the Matlab simulation)
- 2009-05-19 08:23:53下载
- 积分:1
-
mani
说明: 包含了大多数流形学习方法的代码,有PCA,ISOMAP,LLE,HLLE(Contains the majority of manifold learning code, with PCA, ISOMAP, LLE, HLLE)
- 2008-09-28 16:30:34下载
- 积分:1
-
lanczos_mine
对称矩阵的lanczos算法matlab程序(symmetric matrix algorithm Matlab procedures lanczos)
- 2020-09-26 11:37:46下载
- 积分:1
-
tusvd
图像的奇异值分解,并将图像重构出来,看其效果的变换(image of the singular value decomposition, and image reconstruction, and look at the effect of the change)
- 2007-05-24 09:05:22下载
- 积分:1