-
raft
MATLAB的通用飞行器仿真MATLAB simulation of the general aircraft(MATLAB simulation of the general aircraft)
- 2011-04-25 19:14:06下载
- 积分:1
-
Fourier-Matlab-Basics
Fourier Matlab Basics. This file is for MATLAB Basics.
- 2012-06-23 22:42:12下载
- 积分:1
-
TestKalman
卡尔曼滤波的一种实现,VB,值得借鉴。该算法是用于处理实时数据的一种算法。(An implementation of Calman filter, VB, is worth learning from. The algorithm is an algorithm for real time data processing.)
- 2015-01-28 07:25:14下载
- 积分:1
-
guanliandufnex
基于灰色预测模型对旅游人数的预测matlab代码(Grey prediction model based on the forecast of tourist arrivals matlab code)
- 2011-02-05 21:53:49下载
- 积分:1
-
tftb
说明: MATLAB时频分析工具箱,很红用,很好用,行了吧。靠。(tftb
mmmmmmmmmmmmm)
- 2010-03-25 19:02:27下载
- 积分:1
-
long
说明: 求最长公共子序列,一个很好的程序。
求最长公共子序列,一个很好的程序。(Seeking the longest common subsequence, a very good program. Seeking the longest common subsequence, a very good program.)
- 2010-04-10 21:20:35下载
- 积分:1
-
account
C++大作业,编写一个account类实现基类派生类之间的各种关系。主要用于初学者对于类的理解。(C++ big job, write a class that implements account the various relationships between the base class derived class. The main class for beginners to understand.)
- 2013-12-26 14:58:21下载
- 积分:1
-
Accelerating_Matlab_with_CUDA
Nivada之CUDA,加速Matlab运算的文档资料。(Nivada of CUDA, speed up the Matlab computing documentation.)
- 2009-12-23 10:20:18下载
- 积分:1
-
HOTQ1
一个非常红的画图程序,非常有意思,再此上传下(A very red paint program, very interesting, upload it again next)
- 2011-10-04 09:52:14下载
- 积分:1
-
chap11
syms x
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
- 2011-07-27 18:12:56下载
- 积分:1