-
Matlab7.0
说明: 我找到的最好的MATLAB教程.目录详细,例子充分!(It s the best selflearning book I ve searched.)
- 2010-04-08 11:45:59下载
- 积分:1
-
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
-
KsQuantile
利用正态分布和核密度估计计算分位数。包括正态分布分位数函数、核估计概率密度函数、核估计累计分布概率函数、核估计计算分位数函数。(Normal and kernel density estimation using sub-digit calculation. Including the normal quantile function, kernel estimate probability density function, cumulative distribution probability function kernel estimation, kernel estimate calculated quantile function.)
- 2010-12-02 09:19:09下载
- 积分:1
-
rand
根据均匀分布陈胜的特点,产生了0-1均匀分布的随机序列(Produced a 0-1 uniformly distributed random sequence)
- 2013-11-19 09:10:58下载
- 积分:1
-
fdtd2D
通过是与有限差分法,使用matalb模拟二维光子晶体(simulation of EM wave in two-dimensional photonic crystals using fdtd)
- 2014-10-31 13:10:42下载
- 积分:1
-
kdtree-realization
K-d树实现。采用matalb和C++混合编译的方式实现。(kdtree provides a minimalistic implementation of kd-tree.
The implementation can be used either inside MATLAB by means
of MEX calls, or as a standalone tool, directly a C/C++
program. )
- 2015-04-09 10:37:33下载
- 积分:1
-
ddssss011i
直接序列扩频通信系统仿真程序源码,使用maatlab语言设计的程序源码。 可直接使用。
(Direct sequence spread spectrum communication system simulation, source code, program source code using maatlab language design. Can be used directly.)
- 2012-07-10 09:18:17下载
- 积分:1
-
CDT
CDT规约,统称循环式远动规约,电力调度系统经常使用,经多年实践验证通过,需要时,可修改自己内部接口,完成代码移植。(CDT Statute, collectively, cycle remote Statute, power dispatching systems often use, after years of practice verified, if necessary, to modify their own internal interface, complete the code transplant.)
- 2013-12-11 10:16:12下载
- 积分:1
-
AntColonyAlgorithm
蚁群算法matlab源代码,文件内含详细说明(The program of ant colony algorithm in matlab)
- 2012-05-02 13:15:46下载
- 积分:1
-
cPPmatlab
在vc中实现matlab gui引擎的调用,实现绘图功能(Matlab gui engine call the drawing function in vc)
- 2012-06-12 16:40:27下载
- 积分:1