-
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
-
MATLABcode
matlab中对图形轮廓的特征提取代码,程序实现,(matlab in the graphic outline feature extraction code, program implementation,)
- 2013-09-03 19:40:06下载
- 积分:1
-
CPP
C++学习的相关资料,仅供自学以及交流使用。(C++ learning materials for self-learning and the exchange of use.)
- 2015-01-23 12:39:25下载
- 积分:1
-
pv
A PHOTOVOLTAIC PANEL MODEL IN MATLAB/SIMULINK
- 2013-10-19 18:18:44下载
- 积分:1
-
filter
实现Gabor滤波的源代码,包括C++、matlab源程序,Gabor提取图像特征原理及其matlab实现。(Gabor filtering source code, including C + +, matlab source code, Gabor extract image features principle matlab.)
- 2012-10-30 11:19:41下载
- 积分:1
-
AntennaArray-Program
王建所著阵列天线分析与综合一书中相关例题的程序解决方案(Wang array antenna analysis and synthesis written a book example of program-related solutions)
- 2014-03-31 14:51:44下载
- 积分:1
-
embededcontrol
嵌入式控制系统及其C_C++实现,包含一些例子和PDF文件(Embedded control system and its C_C++ implementation, including some examples and PDF files)
- 2010-10-30 17:08:18下载
- 积分:1
-
ColorImageHistogram
彩色直方图(matlab),可以直接求出rgb图像的直方图(Color histogram (matlab))
- 2009-05-20 09:46:01下载
- 积分:1
-
MPerceptron_Ba
使用吗matlab语言,实现很多模式识别上的经典算法,如PPerceptron_Batch算法等,已通过测试。
(Use the Matlab language, and many classic pattern recognition algorithm, such as PPerceptron_Batch algorithm has been tested.)
- 2012-07-16 18:01:30下载
- 积分:1
-
SEP-matlabe.m
经典的SEP协议,代码完全正确,以及运行验证,对初学WSN路由协议的同学很有帮助。(Classic SEP protocol, the code is correct, and run the validation for beginner students WSN routing protocol is helpful.)
- 2014-01-20 17:25:06下载
- 积分:1