-
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
-
Newtest
利用VC++调用MATLAB中的函数进行函数绘图的实例,比较简单的例子。(Using VC to call MATLAB functions in the mapping function of the examples of relatively simple examples.)
- 2008-12-19 10:07:08下载
- 积分:1
-
MATLAB-c
msk的调制解调MATLAB源代码,很不错,值得看看(msk modulation and demodulation MATLAB source code, very good, worth a look)
- 2013-11-15 16:35:31下载
- 积分:1
-
bfsk
bfsk调制解调误码率仿真,需要用MATLAB来实现的好东西(bfsk modem bit error rate simulation, need to use MATLAB to implement the good stuff)
- 2010-05-11 16:30:02下载
- 积分:1
-
queuetest
使用信号灯(semaphore),事件(Event),临界区(CriticalSection)进行线程同步的例子( Uses the signal light (semaphore), the event (Event), the
critical zone (CriticalSection) carries on line regulation
synchronization the example )
- 2001-12-10 00:00:00下载
- 积分:1
-
FiniteEM
求电磁场边值,程序简洁,方法得当,运算速度快,是这一程序的最突出的特点(For electromagnetic field boundary value, the program is simple and methodologically sound, computing speed, this procedure is the most prominent feature of)
- 2007-08-20 16:15:19下载
- 积分:1
-
SourceCodeWM4e
Data Abstraction & Problem Solving with C++源码(Data Abstraction )
- 2007-10-23 16:20:53下载
- 积分:1
-
C
说明: QuanXuan primary gaussian elimination technique solution of linear equations
- 2011-04-20 15:10:16下载
- 积分:1
-
C4_5
是关于C4.5算法,里面有C4.5的一些MATLAB所用的知识类容(it is ablout C4.5)
- 2012-06-03 14:43:49下载
- 积分:1
-
mouse_demo
EP1C6Q240C8的examples 鼠标口测试程序(The examples I EP1C6Q240C8 mouse test procedures)
- 2007-10-22 20:51:38下载
- 积分:1