-
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
-
Affine
- MATLAB: Matrix Laboratory
(a) Operation modes
- MATLAB may be executed in interpreter, compiler, or background
mode
Interpreter mode
* Type commands (statements) in the command window
# A statement with semicolon at end: do not display result
# A statement without semicolon: display result
# Statements with commas: connect statements and display results
# A statement of a single variable: just display the value
# Percentage ( ): comments
# Each line is a single statement or connected statements
- 2010-12-27 05:02:24下载
- 积分:1
-
lpcc
此程序的功能是用自相关法求使信号s均方预测误差为最小的预测系数
算法为Levinson-Durbin快速递推算法 (The function of this procedure is signal s with autocorrelation method for the prediction of the minimum mean square prediction error coefficient
algorithm for Levinson- Durbin quick recursion method)
- 2014-10-10 18:40:57下载
- 积分:1
-
元胞自动机
采用MATLAB语言编写的森林火灾元胞自动机程序,使用过程中,可以根据具体的情况,进行相应参数的修改。(The program of forest fire cell automata written in MATLAB language can be modified according to the specific situation.)
- 2019-06-15 10:38:49下载
- 积分:1
-
Modeling_Sigma_Delta_Modulator_Non_Idealities_in_S
Modeling Sigma-Delta Modulator Non-Idealities in SIMULINK
- 2009-06-14 08:34:05下载
- 积分:1
-
matlab-C
C语言与MATLAB接口编程与实例,一本很好的编程指导书!(C programming language and MATLAB interfaces and examples)
- 2011-05-16 10:48:52下载
- 积分:1
-
matlab-classic-cases
matlab的经典案例,小程序,适用于初学matlab的同学(matlab classic cases for student who are learning matlab)
- 2012-08-02 22:38:53下载
- 积分:1
-
apFFT-Correct
AP-FFT频谱校正方法,需要自己改进一部分。(AP-FFT spectrum correction method, need to improve their own part.)
- 2013-05-20 21:01:31下载
- 积分:1
-
qingwa
说明: 关于马尔科夫的几个例题仿真,能够帮助初学者了解如何仿真(Several examples of Markov simulation can help beginners understand how to simulate.)
- 2020-06-24 19:20:02下载
- 积分:1
-
Simulations-Dislocations
介绍晶体结构,以及如何构建位错,纳米孪晶,如何利用C++与matlab编程(Introduction crystal structure, and how to build dislocations, nano twins, how to use C++ and matlab programming)
- 2013-09-05 15:19:16下载
- 积分:1