-
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
-
NNcontrol_0
Name:neural Network Control, for Matlab,tipical description for control problems with NN method, additionally, there are some useful examples to be referenced.(Name : neural Network Control, for Matlab, tipical description for problems with control NN method, additionally, there are some useful examples to be referenced .)
- 2006-12-24 10:56:45下载
- 积分:1
-
201405008
matlab一维码识别 利用radon算子做水平方向矫正(radon correct)
- 2015-01-01 22:52:20下载
- 积分:1
-
Downloads
cubic spline code information
- 2013-11-27 03:59:13下载
- 积分:1
-
MPC_PID
模型预测控制与PID算法的Matlab实现(Matlab implementation of MPC and PID algorithm)
- 2013-04-16 23:41:16下载
- 积分:1
-
ROMBERG
龙贝格法求积分
在MATLAB中实现,初级学习者之必备软件(Romberg method to achieve integration in MATLAB, primary learners of essential software)
- 2007-12-16 19:48:51下载
- 积分:1
-
nerual-toolbox
matlab结合神经网络的工具包使用说明,简便易懂,好东西(combined with neural network matlab toolkit for use, easy to understand, good stuff)
- 2014-02-18 21:03:21下载
- 积分:1
-
marcv
说明: 利用ode45求解微分方程组。利用马尔可夫状态转移,求解系统部件随时间的可靠性函数。(Use matlab to solve system of differential equations.)
- 2021-04-15 20:58:54下载
- 积分:1
-
BinaryTree
Simple binary tree class
- 2014-10-01 05:22:32下载
- 积分:1
-
plotf
根据一个数据的采样率、长度、通道数量,自动绘制频谱(DRAW SPECTRUM)
- 2013-04-14 18:03:48下载
- 积分:1