-
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
-
Chapter9
用Matlab语言实现通信系统的蒙特卡罗方法(Communication systems using Matlab language of Monte Carlo)
- 2010-06-08 11:50:03下载
- 积分:1
-
kongxinzhou
matlab机械优化设计实例课件,及一个实例源代码(matlab mechanical optimal design courseware, and an example source code)
- 2010-07-10 11:23:14下载
- 积分:1
-
Setbasedstochasticoptimizationforevolvinginstinct
Set-based stochastic optimization for evolving instinct-learning balance
- 2010-07-09 13:30:12下载
- 积分:1
-
Simulinkfangzhenjiaocheng
Simulink仿真教程 大全~Simulink是十分重要的仿真实现(Simulink simulation tutorial Daquan ~ Simulink is a very important simulation implementation)
- 2012-08-03 19:08:04下载
- 积分:1
-
MATLAB-Programming-(David-Kuncicky)
以循序漸進的方式介紹 MATLab 這種科學程式語言,並透過易懂的範例讓讀者更能快速了解。(MATLab gradual way to introduce this scientific programming language, and through the example of readers better understand quickly understand.)
- 2014-09-19 13:31:47下载
- 积分:1
-
bayesianswarm
This code expains bayesian particle swarm optimization method.All files have been written on matlab 2007a. This method has been explianed with various benchmark functions. This optimization method can be directly compared with other unconstrained optimization method like GA or pso for effieciency and speed.
- 2010-06-30 16:30:25下载
- 积分:1
-
astro
geologie fousil par ikar
- 2010-08-03 14:25:22下载
- 积分:1
-
MSmart
matlab coade source for beam pattren for the simutalion of smart antenna in matlab
- 2011-01-27 16:52:41下载
- 积分:1
-
recommend
解决地震信号反卷积的相关问题,这可以但做一个模板,大家可以往里面套用,非常使用!(Seismic signal deconvolution to resolve issues related to, but it can make a template, we can fill it applied very use!)
- 2011-10-17 20:19:29下载
- 积分:1