-
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
-
MATLAB7.0vc++andmatlabprogram
《精通matlab7.0混合编程》的例子程序,其中涉及MATLAB程序和VC++程序,其中大部分为改书所附光盘。()
- 2007-08-12 19:15:56下载
- 积分:1
-
CTP-example-in-CPP
上海期货市场自动交易接口CTP开发示例代码。(CTP interface examples codes.)
- 2015-02-07 16:47:57下载
- 积分:1
-
sp
说明: windows下编写的一些个源代码希望各位指导(daima)
- 2009-06-04 22:04:46下载
- 积分:1
-
CPN_VC
CPN网络,即对向传播网络,是将Kohonen特征映射网络与Grossberg基本竞争网络相结合,发挥各自特长的一种新型特征映射网络。(CPN network, the right to communication networks, Kohonen feature is the mapping of network and basic Grossberg competing networks combined play to their strong points of a new feature mapping network.)
- 2007-04-06 11:44:46下载
- 积分:1
-
zhiwen
基于matlab的指纹检测技术,可以对指纹进行分检测。(Matlab-based fingerprint identification technology, the fingerprint detection points.)
- 2012-05-18 14:47:11下载
- 积分:1
-
lvrt5
风力发电机的matlab仿真程序,有低压穿越功能的仿真模型(The wind generator of matlab simulation program, have low voltage across the function of the simulation model
)
- 2012-05-17 18:01:00下载
- 积分:1
-
Untitled
这个代码是用Matlab写的心形代码,是通过点的形式编写的,看起来很有意思。(This code is written using Matlab heart-shaped code, through the form of written, looks very interesting.)
- 2013-08-29 09:21:33下载
- 积分:1
-
cyclostationary_toolbox
循环谱工具箱,包括二阶循环累积量,循环谱估计的FAM算法(Cyclic spectrum toolbox, including the second order cyclic cumulant, FAM algorithm for spectral estimation cycle)
- 2020-10-10 00:17:34下载
- 积分:1
-
lm
说明: 最小二乘拟合的c++实现,使用差分,在matlab中设置c++编译器为vc++2005或以上,运行test.m即可(Least-squares fit in c++
set compiler as vc++ in matlab
then run test.m )
- 2011-09-29 15:24:18下载
- 积分:1