-
SOURCE-CODE-with-GUI
Binarisation of Ancient Documents
- 2015-02-18 15:48:09下载
- 积分:1
-
EKFCOARSE
UKF滤波方法,改方法比传统的卡尔曼滤波相比,主要是解决非线性问题(UKF filtering method, change methods than the traditional Kalman Filter, the key is to resolve the problem of nonlinear)
- 2007-06-19 08:44:26下载
- 积分:1
-
Chapter-6--Cellular-and-architecture
Matlab 软件基础学习资料,改章为第六章“元胞与构架”(Matlab software based learning materials, change chapter is Chapter 6, " Cellular and architecture." )
- 2013-07-23 20:24:53下载
- 积分:1
-
sim_step_CrossPSD
步进频率 微弱目标检测 生命迹象探测步进频仿真(Step frequency weak target detection signs of life detection stepped frequency simulation)
- 2013-04-18 16:01:07下载
- 积分:1
-
ARMAforecast
用matlab做时间序列分析,建立ARMA模型的示例程序,清晰易懂,备注完整。(Using matlab to do time series analysis, ARMA model sample program, lucid, notes intact.)
- 2020-10-22 17:27:23下载
- 积分:1
-
ECC-practical-code
error correcting matlab codes for primitive polynomial, vector speces
- 2015-03-03 00:25:22下载
- 积分:1
-
S-function-to-Simulink
S-函数是System function 系统函数的简称,是指采用非图形化(即计算机语言,而非Simulink
系统模块)的方式描述的功能模块。在MATLAB 中,用户除了可以使用MATLAB 代码编写S-函数以外,还
可以使用C、C++、FORTRAN 或Ada 语言编写S-函数,只不过用这些语言编写程序时需要用编译器生成
动态连接库(DLL)文件,然后在Simulink 中直接调用(S-function System Function system function, refers to the use of non-graphical (ie computer language, rather than the Simulink system module) way described functional modules. In MATLAB, the user can use MATLAB code to write the S-function outside can use C, C++, FORTRAN or Ada language preparation of the S-function, only in these languages to write programs need to use the compiler to generate dynamic link library (DLL ) file, and then called directly in Simulink)
- 2013-05-15 09:54:55下载
- 积分:1
-
DFT
用DFT近似计算连续时间周期信号的频谱,对matlab新手适用。(Approximate calculation using DFT spectrum of continuous-time periodic signal of matlab novice apply.)
- 2011-04-29 09:23:58下载
- 积分:1
-
HausdorffDist
hausdorff distance 的matlab函数(hausdorff distance (matlab function))
- 2011-07-15 10:48:10下载
- 积分:1
-
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