-
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
-
MatrixManip
this code is a matrix with 4 operation
- 2011-06-23 17:56:38下载
- 积分:1
-
sistemamdsTATY
Este es un Sistema MDS
- 2010-05-10 09:52:58下载
- 积分:1
-
ch1
连续信号及其Matlab实现,包括单位冲激信号,单位阶跃函数等
(Continuous signal and its Matlab to achieve, including the unit impulse signal, unit step function, etc.)
- 2008-01-25 21:47:36下载
- 积分:1
-
xiebohuifu
首先定义累计量函数,然后通过调用四阶累计量来实现有色噪声中谐波恢复,但有个缺点是信号源估计在实际应用时应有所改进!(First, the definition of cumulant function, and then by calling the fourth-order cumulant to achieve the harmonic retrieval in colored noise, but one drawback is that the signal source is estimated that in practical applications should be improved!)
- 2009-10-28 12:45:30下载
- 积分:1
-
kmedian
The method works as follows.
1. For a data set with dimensionality, d, compute the variance
of data in each dimension (column).
2. Find the column with maximum variance call it cvmax
and sort it in any order.
3. Divide the data points of cvmax into K subsets, where K is
the desired number of clusters.
4. Find the median of each subset.
5. Use the corresponding data points (vectors) for each
median to initialize the cluster centers.
- 2013-08-10 03:45:31下载
- 积分:1
-
Genetic_algoritnm
遗传算法在Matlab中实现,用于估计模型参数。(genetic algorithem)
- 2013-03-14 10:14:32下载
- 积分:1
-
temp2
QPSK system simulation not working
- 2014-02-10 04:02:54下载
- 积分:1
-
High-RateCommunicationforUnderwaterAcoustic
很好的一篇英文文献,讲述水下声信道高速通信方法,仅供参考(A very good one in English literature, about the underwater acoustic channel high-speed communication methods, for reference only)
- 2010-03-07 14:27:52下载
- 积分:1
-
multiplecstr
Program for simulating an irreversible exotermic chemical reactions in a series of CSTRs.
- 2014-11-26 10:02:03下载
- 积分:1