-
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
-
comsol
comsol 关于光子晶体光纤的程序 仅供大家参考(comsol on photonic crystal fiber program for your reference)
- 2014-05-12 18:11:21下载
- 积分:1
-
monte_carlo_simulation
,对于一个使用相关器的二进制通信系统,用monte carlo仿真估计Pe并且画出Pe与SNR的对比图~(for a binary communication systerm,use monte carlo simulation draw the Pe and the compared of Pe and SNR~)
- 2009-05-14 14:17:08下载
- 积分:1
-
MBtoolbox_v_02
source code for Multi-block Methods for Exploratory Data Mining in Food Technology
- 2009-12-14 16:03:06下载
- 积分:1
-
matlabpicMRF
一个马尔可夫(MRF)图像分割MATLAB的源码,有30几个函数。Markov随机场的例子程序,对于初学入门MRF的人很有用,能得到直观的印象。(A Markov (MRF) image segmentation MATLAB source code, 30 a few functions. Markov random sample program, for beginners who are useful entry-MRF can get a visual impression.)
- 2011-04-19 11:38:33下载
- 积分:1
-
Rayleigh_Jakes
使用Jakes方法产生单径Rayleigh衰落信道
输入多普勒频移, 样值之间的时间间隔以及 输出瑞利样值序列的长度,最后计算
输出Ns长的瑞利样值序列,加入多普勒频移
- 2012-04-11 17:29:43下载
- 积分:1
-
LMS
利用LMS算法来进行盲信号分离处理的程序(Using the LMS algorithm for blind signal separation processing procedures)
- 2013-10-28 16:20:04下载
- 积分:1
-
svm
Support Vector Machine is small sample method based on statistic learning theory. It is a new method to deal with the highly nonlinear classification and regression problems .It can better deal with the small sample, nonlinear and (Support Vector Machine is small sample method based on statistic learning theory. It is a new method to deal with the highly nonlinear classification and regression problems. It can better deal with the small sample, nonlinear and)
- 2007-10-10 11:08:14下载
- 积分:1
-
grid_segmentation
A demo for image segmentation using iter
- 2009-03-21 14:05:47下载
- 积分:1
-
houghl1
编码实现Hough变换算法,最基本的Hough变换检测直线方法,可以实现(achieve to detect lines)
- 2011-05-19 16:53:27下载
- 积分:1