-
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
-
1111111111111111
卡尔曼滤波,很有用。和维纳滤波比较。程序代码,丰富。大家可以多学习(Kalman filtering, very useful. And Wiener filtering comparison. Program code and rich. We can learn more)
- 2013-05-23 17:24:27下载
- 积分:1
-
yumaoqiu
本程序是用matlab实现的对样本视频处理,本视频是用于识别羽毛球拍的运动轨迹,经检测,实现完好。(This procedure is implemented by matlab sample video processing, the video is used to identify the racket trajectory, after testing, to achieve well.)
- 2011-04-19 01:58:59下载
- 积分:1
-
matlabControllerPID954
pid controller implementation using matlab
- 2012-03-22 18:42:22下载
- 积分:1
-
CVKFilter
原创的,使用vc++实现匀速运动模型(constant velocity)的kalman滤波,可以运行,并有matlab测试程序对滤波结果进行对比。(vc++ constant velocity kalman filter。the matlab m file can obervers the filter results)
- 2011-05-23 15:50:21下载
- 积分:1
-
stlwrite
matlab code for stlwrite - Write binary or ascii STL file
- 2015-02-07 13:45:16下载
- 积分:1
-
Desktop
运用matlab进行视频处理捕捉飞驰的汽车。逐帧检测视频,循环检测。(Capture video processing using matlab speeding car. Detects the video frame by frame, loop detection.)
- 2014-01-18 13:12:46下载
- 积分:1
-
Dzdl
很好用的Dijkstra求最短路的MATLAB程序,带注释,都能看懂。。。。(Find a good use of the Dijkstra shortest MATLAB programs, with comments, can understand. . . .)
- 2011-09-11 08:05:42下载
- 积分:1
-
park-s
clarks to parks transformation
- 2014-09-16 12:56:03下载
- 积分:1
-
Esprit
matlab基本算法之一,用ESPRIT方法估计波达方向,(Direction of arrival estimation using ESPRIT method)
- 2011-11-11 19:12:00下载
- 积分:1