-
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
-
Bicm_8DPSK_Clip
在衰落信道下8DPSK的比特交织调制的维特比译码(Bit interleaved 8DPSK differentially coded modulation over Ricean fading channels and impulse noise environment)
- 2009-02-18 10:37:50下载
- 积分:1
-
pcnn
我自己编写的基于自动细胞机的图像分割算法的源程序,也叫小世界竞争算法。(I have written automated cell-based machine of the source image segmentation algorithms, but also the world叫小competition algorithm.)
- 2007-11-30 21:06:25下载
- 积分:1
-
MATLAB7ImageProcessing
MATLAB图像处理工具箱函数,里面有非常多的图像处理函数,是用MATLAB处理图像的必备手册!(MATLAB image processing toolbox, there are many functions in the image processing function, it is the necessary MATLAB images manual!)
- 2009-03-23 22:34:38下载
- 积分:1
-
代码和例题数据
说明: MATLAB编写的用于灰色预测的代码,,尤其适用与数学建模(The grey prediction code compiled by Matlab is especially suitable for mathematical modeling.)
- 2020-03-22 09:54:56下载
- 积分:1
-
tempestpr
说明: 傅立叶采样数据生成程序,由matlab语言编写,并有详细注释(Fourier sampling data generation process, from matlab language and detailed notes)
- 2008-09-08 19:26:23下载
- 积分:1
-
141
系统后件参数识别,智能控制理论课后作业题解(System parameter identification, intelligent control theory homework problem solutions)
- 2012-05-19 20:38:57下载
- 积分:1
-
other_16QAM
this is code for other 16QAM with awgn
- 2009-05-21 14:57:54下载
- 积分:1
-
MRTD2D_TE_COIF
基于2阶消失矩的Coifman小波基函数的2维MRTD电磁散射正演模型,吸收边界为PML。(Based on 2 vanishing moments of the Coifman wavelet function of 2-D MRTD forward model of electromagnetic scattering, absorbing boundary for the PML.)
- 2011-10-28 10:29:06下载
- 积分:1
-
hopfieldsolveTSP
一种经过实践证明好用的使用hopfield神经网络解决旅行商(货担郎)问题的程序(using hopfield neural network solving TSP)
- 2015-01-10 22:35:41下载
- 积分:1