-
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
-
Matlab-HW1
信号与系统matlab作业,实现卷积操作,供学习信号与系统的同学们参考(1. Define two signals as:
x1[n] =
n, 0 < n N1+1
2
N1 − n+ 1, N1+1
2 < n N1
0, elsewhere
and
x2[n] = 1, 0 < n N2
0, elsewhere
We let N1 = 999 and N2 = 500.
(a) (30 )Write a MATLAB function myconv to compute x1[n]x2[n] where
denotes the convolution sum. You have to plot your result and attach
it in your report. You may use the MATLAB function conv to check
whether your result is correct.)
- 2014-10-29 22:19:56下载
- 积分:1
-
capm-daima
CAPM代码,资本资产定价模型在Matlab中的实际应用。(Capital Asset Pricing Model with Missing Data)
- 2020-07-04 12:00:01下载
- 积分:1
-
xianzai
用matlab 实现功能界面 3种主功能(Matlab interface to achieve functionality with three kinds of features)
- 2009-06-22 21:33:39下载
- 积分:1
-
Reboundball
反弹的小球程序主要用于模拟小球碰撞后产生反弹的情况。(Rebound ball program mainly used to simulate the small-ball collision resulting from a rebound situation.)
- 2010-02-11 20:01:45下载
- 积分:1
-
leveldiagramBeta2008
level diagram-matlab code
- 2011-11-23 16:14:48下载
- 积分:1
-
matlab
使用matlab编写的源代码,用于图像图像的增强处理(matlab source code for image image processing and signal processing)
- 2013-05-16 18:22:16下载
- 积分:1
-
Genetic-Algorithms
这是一个利用遗传算法来求解非线性方程组的经典案例,有助于学习好这种新的算法(A program on the understanding of nonlinear equations solved using genetic algorithms)
- 2015-09-25 16:32:49下载
- 积分:1
-
qqqq
遗传算法的程序讲解,里面有几个算法的例子,可以再matlab里直接运行,帮助初学者研究(On genetic algorithm procedure, there are several examples of algorithms, you can directly run the matlab help beginners study)
- 2009-05-24 14:13:58下载
- 积分:1
-
tortionaldynamics
tortional dynamics modeshape for 3phase system
- 2010-12-18 22:31:49下载
- 积分:1