-
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
-
EbookProvider.co.cc_TheArtOfC
Book describing the way of programming in c and c++
- 2011-01-26 06:05:55下载
- 积分:1
-
TalkingAndBlink250ms
the c c** compiler with arduino in the multiples excercises
- 2014-10-15 12:27:20下载
- 积分:1
-
8Psk
C编写的8PSK调制解调,很有用,值得学习,代码编写很规范(Written in C 8PSK modulation and demodulation, very useful, it is worth learning, very standardized coding)
- 2014-08-08 14:40:11下载
- 积分:1
-
Wolfe-Powell--CPP-
用wolfe-powell准则求解问题。具体实例用c++语言给出。(-use Wolfe-Powell method to solve the problem)
- 2014-12-05 14:02:07下载
- 积分:1
-
SINS
捷联惯导Matlab仿真产生经昂及度纬度俯仰角等图形(Matlab simulation SINS)
- 2010-05-31 22:00:52下载
- 积分:1
-
scara_robot
SCARA four DOF planar articulated robot reference
- 2013-10-18 14:52:50下载
- 积分:1
-
runstringNew-65000
This is file for assembler code
- 2015-03-26 21:30:27下载
- 积分:1
-
zhikong
说明: matlab模糊控制表程序,生成表格。很好的希望大家有个好心情。(matlab fuzzy control table procedures, generate forms. Well hope you have a good mood.)
- 2011-04-15 17:25:18下载
- 积分:1
-
2.CirQueue
用C++template模板实现环形对,包括插入,删除,返回最大值等功能(Realize the ring right, including insert, delete, and other functions with the maximum return C++template template)
- 2014-12-01 19:09:58下载
- 积分:1